ClMtxExpr.ArcCosh Method

Overload List

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

Overload 1: clMatrix ArcCosh(TOpenCLMatrix X)

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

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: clMatrix

Remarks:

Internally calls Dew.Math.clMatrix.ArcCosh

Overload 2: clValue ArcCosh(TOpenCLValue X)

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

#NameTypeDescription
1XTOpenCLValuesource TOpenCLValue

Returns: clValue

Remarks:

Internally calls Dew.Math.clValue.ArcCosh

Overload 3: clVector ArcCosh(TOpenCLVector X)

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

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: clVector

Remarks:

Internally calls Dew.Math.clVector.ArcCosh