ClMtxExpr.ArcSech Method

Overload List

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

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

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

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: clMatrix

Remarks:

Internally calls clMatrix.ArcSech

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

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

#NameTypeDescription
1XTOpenCLValuesource TOpenCLValue

Returns: clValue

Remarks:

Internally calls clValue.ArcSech

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

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

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: clVector

Remarks:

Internally calls clVector.ArcSech