ClMtxExpr.ArcCoth Method

Overload List

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

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

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

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: clMatrix

Remarks:

Internally calls clMatrix.ArcCoth

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

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

#NameTypeDescription
1XTOpenCLValuesource TOpenCLValue

Returns: clValue

Remarks:

Internally calls clValue.ArcCoth

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

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

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: clVector

Remarks:

Internally calls clVector.ArcCoth