ClMtxExpr.Sech Method

Overload List

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

Overload 1: clMatrix Sech(TOpenCLMatrix X)

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

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: clMatrix

Remarks:

Internally calls Dew.Math.clMatrix.Sech

Overload 2: clValue Sech(TOpenCLValue X)

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

#NameTypeDescription
1XTOpenCLValuesource TOpenCLValue

Returns: clValue

Remarks:

Internally calls Dew.Math.clValue.Sech

Overload 3: clVector Sech(TOpenCLVector X)

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

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: clVector

Remarks:

Internally calls Dew.Math.clVector.Sech