ClMtxExpr.ArcCoth Method

Overload List

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

Overload 1: clMatrix ArcCoth(TOpenCLMatrix X)

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

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: clMatrix

Remarks:

Internally calls Dew.Math.clMatrix.ArcCoth

Overload 2: clValue ArcCoth(TOpenCLValue X)

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

#NameTypeDescription
1XTOpenCLValuesource TOpenCLValue

Returns: clValue

Remarks:

Internally calls Dew.Math.clValue.ArcCoth

Overload 3: clVector ArcCoth(TOpenCLVector X)

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

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: clVector

Remarks:

Internally calls Dew.Math.clVector.ArcCoth