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