ClMtxExpr.ArcCsch Method

Overload List

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

Overload 1: clMatrix ArcCsch(TOpenCLMatrix X)

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

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: clMatrix

Remarks:

Internally calls Dew.Math.clMatrix.ArcCsch

Overload 2: clValue ArcCsch(TOpenCLValue X)

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

#NameTypeDescription
1XTOpenCLValuesource TOpenCLValue

Returns: clValue

Remarks:

Internally calls Dew.Math.clValue.ArcCsch

Overload 3: clVector ArcCsch(TOpenCLVector X)

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

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: clVector

Remarks:

Internally calls Dew.Math.clVector.ArcCsch