ClMtxExpr.ArcCosh Method

Overload List

#SignatureDescription
1function ArcCosh(X: TOpenCLMatrix): clMatrix;Result = the ArcCosh function from the source and return the result
2function ArcCosh(X: TOpenCLValue): clValue;Result = the ArcCosh function from the source and return the result
3function 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.

#NameTypeDescription
1XTOpenCLMatrixsource 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.

#NameTypeDescription
1XTOpenCLValuesource 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.

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: clVector

Remarks:

Internally calls clVector.ArcCosh