Matrix::TriangleForm Property

__declspec(property(get = GetTriangleForm, put = SetTriangleForm)) TTriangleForm TriangleForm;

Determine which part (upper or lower) of the symmetric, hermitian or triangular matrix is set.

Read: TTriangleForm GetTriangleForm() const;
Write: void SetTriangleForm(const TTriangleForm value) const;
Remarks:

Determine which part (upper or lower) of the symmetric, hermitian or triangular matrix is set.

See Also: Matrix::TriangleUnit
Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler