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