ClMtxExpr.ArcCsch Method

Overload List

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

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

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

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: clMatrix

Remarks:

Internally calls clMatrix.ArcCsch

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

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

#NameTypeDescription
1XTOpenCLValuesource TOpenCLValue

Returns: clValue

Remarks:

Internally calls clValue.ArcCsch

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

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

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: clVector

Remarks:

Internally calls clVector.ArcCsch