ClMtxExpr.Csch Method

Overload List

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

Overload 1: clMatrix Csch(TOpenCLMatrix X)

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

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: clMatrix

Remarks:

Internally calls Dew.Math.clMatrix.Csch

Overload 2: clValue Csch(TOpenCLValue X)

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

#NameTypeDescription
1XTOpenCLValuesource TOpenCLValue

Returns: clValue

Remarks:

Internally calls Dew.Math.clValue.Csch

Overload 3: clVector Csch(TOpenCLVector X)

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

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: clVector

Remarks:

Internally calls Dew.Math.clVector.Csch