MtxExpr.Inverse Method

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

Compute the Inverse of the matrix and return it as result.

#NameTypeDescription
1XTMtx
2MtxTypeTMtxType

Returns: Matrix

Remarks:

Internally calls Matrix.Inv