Matrix UpperTriangle(TMtx *Mtx, bool ZeroLower, bool Diagonal);
Returns the upper triangle of the matrix.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Mtx | TMtx * | |
| 2 | ZeroLower | bool | |
| 3 | Diagonal | bool |
Remarks:
Internally calls Matrix::UpperTriangle
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler