ClMtxExpr.ArcSech Method

Overload List

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

Overload 1: clMatrix ArcSech(TOpenCLMatrix X)

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

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: clMatrix

Remarks:

Internally calls Dew.Math.clMatrix.ArcSech

Overload 2: clValue ArcSech(TOpenCLValue X)

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

#NameTypeDescription
1XTOpenCLValuesource TOpenCLValue

Returns: clValue

Remarks:

Internally calls Dew.Math.clValue.ArcSech

Overload 3: clVector ArcSech(TOpenCLVector X)

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

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: clVector

Remarks:

Internally calls Dew.Math.clVector.ArcSech