ILNumerics - Technical Application Development
Top
Overload List
| Name | Description | |
|---|---|---|
| eye(Int32, Int32) |
Creates a new matrix with element type Double having diagonal values of 1.0.
[ILNumerics Computing Engine] | |
| eyeT(Int32, Int32) |
Create unity matrix, arbitrary numeric type.
[ILNumerics Computing Engine] | |
| eye(Int64, Int64) |
Creates a new matrix with element type Double having diagonal values of 1.0.
[ILNumerics Computing Engine] | |
| eyeT(Int64, Int64) |
Create unity matrix, arbitrary numeric type.
[ILNumerics Computing Engine] | |
| eyeT(T, Int32, Int32, StorageOrders) |
Creates a diagonal matrix, arbitrary value type, diagonal value and storage order.
[ILNumerics Computing Engine] | |
| eyeT(T, Int64, Int64, StorageOrders) |
Creates a diagonal matrix, arbitrary value type, diagonal value and storage order.
[ILNumerics Computing Engine] |
See Also