MtxExpr::MtxInv Function

Matrix MtxInv(TMtx *X, TMtxType MtxType = TMtxType::mtGeneral);

Returns the matrix inverse A^-1.

#NameTypeDescription
1XTMtx *
2MtxType = TMtxType::mtGeneralTMtxType
Remarks:

Internally calls Matrix::Inv

Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler