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