ClMtxExpr.ArcTanh Method

Overload List

#SignatureDescription
1function ArcTanh(X: TOpenCLMatrix): clMatrix;Result = the ArcTanh function from the source and return the result
2function ArcTanh(X: TOpenCLValue): clValue;Result = the ArcTanh function from the source and return the result
3function ArcTanh(X: TOpenCLVector): clVector;Result = the ArcTanh function from the source and return the result

Overload 1: function ArcTanh(X: TOpenCLMatrix): clMatrix;

Compute the ArcTanh function from the source and return the result.

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: clMatrix

Remarks:

Internally calls clMatrix.ArcTanh

Overload 2: function ArcTanh(X: TOpenCLValue): clValue;

Compute the ArcTanh function from the source and return the result.

#NameTypeDescription
1XTOpenCLValuesource TOpenCLValue

Returns: clValue

Remarks:

Internally calls clValue.ArcTanh

Overload 3: function ArcTanh(X: TOpenCLVector): clVector;

Compute the ArcTanh function from the source and return the result.

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: clVector

Remarks:

Internally calls clVector.ArcTanh