TCplx Determinantc(TMtxType MtxType = TMtxType::mtGeneral) const;
Calculates the determinant of squared complex matrix.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | MtxType = TMtxType::mtGeneral | TMtxType |
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