ILNumerics - Technical Application Development
Assembly: ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
Unity matrix (diagonal matrix) of type double, column major storage.
Creates a new matrix with element type Double having diagonal values of 1.0.
[ILNumerics Computing Engine]
Namespace: ILNumerics
Assembly: ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Parameters
- rows
- Type: SystemInt32
Number of rows to create. - columns
- Type: SystemInt32
Number of columns to create.
Return Value
Type: RetArrayDoubleUnity matrix (diagonal matrix) of type double, column major storage.
Remarks
[ILNumerics Computing Engine]
See Also