MtxExpr.MtxInv Method

function MtxInv(const X: TMtx; MtxType: TMtxType): Matrix;

Returns the matrix inverse A^-1.

#NameTypeDescription
1XTMtx
2MtxTypeTMtxType

Returns: Matrix

Remarks:

Internally calls Matrix.Inv