You are here:
Home
>
MtxVec
>
MtxExpr
>
MtxInv Method
MtxVec (Delphi / C++ Builder)
Contents
|
Search
|
Home
MtxExpr.MtxInv Method
MtxExpr
function
MtxInv(
const
X:
TMtx
; MtxType:
TMtxType
):
Matrix
;
Returns the matrix inverse A^-1.
#
Name
Type
Description
1
X
TMtx
2
MtxType
TMtxType
Returns: Matrix
Remarks:
Internally calls
Matrix.Inv