Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Vector Sign(TVec *X); | Change the sign of the source data. |
| 2 | Matrix Sign(TMtx *X); | Change the sign of the source data. |
Overload 1: Vector Sign(TVec *X);
Change the sign of the source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVec * |
Remarks:
Internally calls Vector::Sign
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler
Overload 2: Matrix Sign(TMtx *X);
Change the sign of the source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx * |
Remarks:
Internally calls Matrix::Sign
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler