ClMtxExpr.Sech Method

Overload List

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

Overload 1: function Sech(X: TOpenCLMatrix): clMatrix;

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

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: clMatrix

Remarks:

Internally calls clMatrix.Sech

Overload 2: function Sech(X: TOpenCLValue): clValue;

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

#NameTypeDescription
1XTOpenCLValuesource TOpenCLValue

Returns: clValue

Remarks:

Internally calls clValue.Sech

Overload 3: function Sech(X: TOpenCLVector): clVector;

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

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: clVector

Remarks:

Internally calls clVector.Sech