Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function ArcCosh(X: TOpenCLMatrix): clMatrix; | Result = the ArcCosh function from the source and return the result |
| 2 | function ArcCosh(X: TOpenCLValue): clValue; | Result = the ArcCosh function from the source and return the result |
| 3 | function ArcCosh(X: TOpenCLVector): clVector; | Result = the ArcCosh function from the source and return the result |
Overload 1: function ArcCosh(X: TOpenCLMatrix): clMatrix;
Compute the ArcCosh function from the source and return the result.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLMatrix | source TOpenCLMatrix |
Returns: clMatrix
Remarks:
Internally calls clMatrix.ArcCosh
Overload 2: function ArcCosh(X: TOpenCLValue): clValue;
Compute the ArcCosh function from the source and return the result.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLValue | source TOpenCLValue |
Returns: clValue
Remarks:
Internally calls clValue.ArcCosh
Overload 3: function ArcCosh(X: TOpenCLVector): clVector;
Compute the ArcCosh function from the source and return the result.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLVector | source TOpenCLVector |
Returns: clVector
Remarks:
Internally calls clVector.ArcCosh