You are here:
Home
>
MtxVec
>
MtxExpr Namespace
>
MtxInv Function
MtxVec (C++)
Contents
|
Search
|
Home
MtxExpr::MtxInv Function
MtxExpr Namespace
Matrix
MtxInv(
TMtx
*X,
TMtxType
MtxType =
TMtxType
::mtGeneral);
Returns the matrix inverse A^-1.
#
Name
Type
Description
1
X
TMtx
*
2
MtxType = TMtxType::mtGeneral
TMtxType
Remarks:
Internally calls
Matrix::Inv
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler