ILNumerics Ultimate VS

ILMatheye Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Overload List

  NameDescription
Public methodStatic membereye(Int32, Int32)
Creates a new matrix with element type Double having diagonal values of 1.0.

[ILNumerics Computing Engine]

Public methodStatic membereyeT(Int32, Int32)
Create unity matrix, arbitrary numeric type.

[ILNumerics Computing Engine]

Public methodStatic membereye(Int64, Int64)
Creates a new matrix with element type Double having diagonal values of 1.0.

[ILNumerics Computing Engine]

Public methodStatic membereyeT(Int64, Int64)
Create unity matrix, arbitrary numeric type.

[ILNumerics Computing Engine]

Public methodStatic membereyeT(T, Int32, Int32, StorageOrders)
Creates a diagonal matrix, arbitrary value type, diagonal value and storage order.

[ILNumerics Computing Engine]

Public methodStatic membereyeT(T, Int64, Int64, StorageOrders)
Creates a diagonal matrix, arbitrary value type, diagonal value and storage order.

[ILNumerics Computing Engine]

Top
See Also

Reference