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