Matrix::Determinant Method

double Determinant(TMtxType MtxType = TMtxType::mtGeneral) const;

Determinant of squared matrix.

#NameTypeDescription
1MtxType = TMtxType::mtGeneralTMtxType
Remarks:

Calculate the determinant of squared real matrix. An exception is raised if the calling matrix Matrix::Complex property is true.

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