You are here:
Home
>
Dew Math
>
MtxExpr Class
>
MtxInv Method
Dew Math (C#)
Contents
|
Search
|
Home
MtxExpr.MtxInv Method
MtxExpr Class
Matrix
MtxInv(
TMtx
X,
TMtxType
MtxType)
Returns the matrix inverse A^-1.
#
Name
Type
Description
1
X
TMtx
source TMtx
2
MtxType
TMtxType
Returns: Matrix
Remarks:
Internally calls
Dew.Math.Matrix.Inv