Matrix::Determinantc Method

TCplx Determinantc(TMtxType MtxType = TMtxType::mtGeneral) const;

Calculates the determinant of squared complex matrix.

#NameTypeDescription
1MtxType = TMtxType::mtGeneralTMtxType

Returns: the result in result complex variable.

Remarks:

An exception is raised if the calling matrix Matrix::Complex property is false.

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