Matrix::MtxError Property

__declspec(property(get = GetMtxError)) DewString MtxError;

The type of the error condition signaled by LAPACK.

Read: DewString GetMtxError() const;
Remarks:

The string is set by the various methods, to indicate the type of the error condition signaled by LAPACK if Matrix::Info property is not zero.

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