Matrix::ConditionNumber Property

__declspec(property(get = GetConditionNumber, put = SetConditionNumber)) TConditionNumber ConditionNumber;

Defines the norm used to compute the condition number.

Read: TConditionNumber GetConditionNumber() const;
Write: void SetConditionNumber(const TConditionNumber value) const;
Remarks:

Defines the norm used to compute the Matrix::ConditionNr. The default value is cnNone meaning that no condition number will be estimated.

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