MtxExpr::Eye Function

Matrix Eye(int ARows, int ACols, const TMtxFloatPrecision aFloatPrecision);

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

#NameTypeDescription
1ARowsint
2AColsint
3aFloatPrecisionconst TMtxFloatPrecision
Remarks:

Internally calls Matrix::Eye

Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler