ClMtxExpr.ArcTanh Method

Overload List

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

Overload 1: clMatrix ArcTanh(TOpenCLMatrix X)

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

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: clMatrix

Remarks:

Internally calls Dew.Math.clMatrix.ArcTanh

Overload 2: clValue ArcTanh(TOpenCLValue X)

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

#NameTypeDescription
1XTOpenCLValuesource TOpenCLValue

Returns: clValue

Remarks:

Internally calls Dew.Math.clValue.ArcTanh

Overload 3: clVector ArcTanh(TOpenCLVector X)

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

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: clVector

Remarks:

Internally calls Dew.Math.clVector.ArcTanh