ClMtxExpr.ArcSinh Method

Overload List

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

Overload 1: clMatrix ArcSinh(TOpenCLMatrix X)

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

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: clMatrix

Remarks:

Internally calls Dew.Math.clMatrix.ArcSinh

Overload 2: clValue ArcSinh(TOpenCLValue X)

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

#NameTypeDescription
1XTOpenCLValuesource TOpenCLValue

Returns: clValue

Remarks:

Internally calls Dew.Math.clValue.ArcSinh

Overload 3: clVector ArcSinh(TOpenCLVector X)

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

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: clVector

Remarks:

Internally calls Dew.Math.clVector.ArcSinh