MtxExpr::Mag Function

Overload List

#SignatureDescription
1Vector Mag(TVec *X);Compute magnitude from the source.
2Matrix Mag(TMtx *X);Compute magnitude from the source.

Overload 1: Vector Mag(TVec *X);

Compute magnitude from the source.

#NameTypeDescription
1XTVec *
Remarks:

Internally calls Vector::Mag

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

Overload 2: Matrix Mag(TMtx *X);

Compute magnitude from the source.

#NameTypeDescription
1XTMtx *
Remarks:

Internally calls Matrix::Mag

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