Matrix Eye(Int32 ARows, Int32 ACols, TMtxFloatPrecision aFloatPrecision)
Returns an "eye" matrix with ones on the diagonal and zeros elsewhere.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | ARows | Int32 | |
| 2 | ACols | Int32 | |
| 3 | aFloatPrecision | TMtxFloatPrecision |
Returns: Matrix
Remarks:
Internally calls Dew.Math.Matrix.Eye