TMtx::MtxError Property

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

The type of the error condition signaled by LAPACK.

Read: DewString GetMtxError();
Remarks:

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

See Also: TMtx::Info
Declared in Dew::Math::TMtx · Dew.Math/MtxVec.h · Cross-compiler