MtxExprInt::Mag Function

Overload List

#SignatureDescription
1VectorInt Mag(TVecInt *X);Compute magnitude from the source.
2MatrixInt Mag(TMtxInt *X);Compute magnitude from the source.

Overload 1: VectorInt Mag(TVecInt *X);

Compute magnitude from the source.

#NameTypeDescription
1XTVecInt *
Remarks:

Internally calls TMtxVecInt::Abs

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

Overload 2: MatrixInt Mag(TMtxInt *X);

Compute magnitude from the source.

#NameTypeDescription
1XTMtxInt *
Remarks:

Internally calls TMtxVecInt::Abs

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