MtxExpr::Inv Function

Overload List

#SignatureDescription
1Vector Inv(TVec *X);Compute 1/X.
2Matrix Inv(TMtx *X);Compute 1/X.
3Vector Inv(TVec *X, double Threshold);Compute 1/X.
4Matrix Inv(TMtx *X, double Threshold);Compute 1/X.

Overload 1: Vector Inv(TVec *X);

Compute 1/X.

#NameTypeDescription
1XTVec *
Remarks:

Internally calls Vector::Inv

Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler

Overload 2: Matrix Inv(TMtx *X);

Compute 1/X.

#NameTypeDescription
1XTMtx *
Remarks:

Internally calls Matrix::InvElem

Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler

Overload 3: Vector Inv(TVec *X, double Threshold);

Compute 1/X.

#NameTypeDescription
1XTVec *
2Thresholddouble
Remarks:

Internally calls Vector::Inv

Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler

Overload 4: Matrix Inv(TMtx *X, double Threshold);

Compute 1/X.

#NameTypeDescription
1XTMtx *
2Thresholddouble
Remarks:

Internally calls Matrix::InvElem

Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler