Matrix::TriangleUnit Property

__declspec(property(get = GetTriangleUnit, put = SetTriangleUnit)) bool TriangleUnit;

Determine, if the matrix is unit triangular.

Read: bool GetTriangleUnit() const;
Write: void SetTriangleUnit(const bool value) const;
See Also: Matrix::TriangleForm
Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler