ClMtxExpr.Csch Method

Overload List

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

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

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

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: clMatrix

Remarks:

Internally calls clMatrix.Csch

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

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

#NameTypeDescription
1XTOpenCLValuesource TOpenCLValue

Returns: clValue

Remarks:

Internally calls clValue.Csch

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

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

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: clVector

Remarks:

Internally calls clVector.Csch