Overload List
| # | Signature | Description |
|---|---|---|
| 1 | clVector Mag(TOpenCLVector *X); | Compute magnitude from the source. |
| 2 | clMatrix Mag(TOpenCLMatrix *X); | Compute magnitude from the source. |
| 3 | clValue Mag(TOpenCLValue *X); | Compute magnitude from the source. |
Overload 1: clVector Mag(TOpenCLVector *X);
Compute magnitude from the source.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLVector * |
Remarks:
Internally calls clVector::Mag
Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler
Overload 2: clMatrix Mag(TOpenCLMatrix *X);
Compute magnitude from the source.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLMatrix * |
Remarks:
Internally calls clMatrix::Mag
Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler
Overload 3: clValue Mag(TOpenCLValue *X);
Compute magnitude from the source.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLValue * |
Remarks:
Internally calls clValue::Mag
Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler