Overload List
| # | Signature | Description |
|---|---|---|
| 1 | VectorInt Mag(TVecInt *X); | Compute magnitude from the source. |
| 2 | MatrixInt Mag(TMtxInt *X); | Compute magnitude from the source. |
Overload 1: VectorInt Mag(TVecInt *X);
Compute magnitude from the source.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVecInt * |
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.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxInt * |
Remarks:
Internally calls TMtxVecInt::Abs
Declared in Dew::Math::Units::MtxExprInt · Dew.Math/Units.MtxExprInt.h · Cross-compiler