Matrix Eye(int ARows, int ACols, const TMtxFloatPrecision aFloatPrecision);
Returns an "eye" matrix with ones on the diagonal and zeros elsewhere.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | ARows | int | |
| 2 | ACols | int | |
| 3 | aFloatPrecision | const TMtxFloatPrecision |
Remarks:
Internally calls Matrix::Eye
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler