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