MtxExpr::Determinant Function

double Determinant(TMtx *X, TMtxType MtxType = TMtxType::mtGeneral);

Computes determinant of the matrix.

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

Internally calls Matrix::Determinant

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