MtxExpr.Determinant Method

function Determinant(const X: TMtx; MtxType: TMtxType): Double;

Computes determinant of the matrix.

#NameTypeDescription
1XTMtx
2MtxTypeTMtxType

Returns: Double

Remarks:

Internally calls Matrix.Determinant