MtxExpr.Eye Method

Matrix Eye(Int32 ARows, Int32 ACols, TMtxFloatPrecision aFloatPrecision)

Returns an "eye" matrix with ones on the diagonal and zeros elsewhere.

#NameTypeDescription
1ARowsInt32
2AColsInt32
3aFloatPrecisionTMtxFloatPrecision

Returns: Matrix

Remarks:

Internally calls Dew.Math.Matrix.Eye