ClMtxExpr.ArcSec Method

Overload List

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

Overload 1: clMatrix ArcSec(TOpenCLMatrix X)

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

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: clMatrix

Remarks:

Internally calls Dew.Math.clMatrix.ArcSec

Overload 2: clValue ArcSec(TOpenCLValue X)

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

#NameTypeDescription
1XTOpenCLValuesource TOpenCLValue

Returns: clValue

Remarks:

Internally calls Dew.Math.clValue.ArcSec

Overload 3: clVector ArcSec(TOpenCLVector X)

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

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: clVector

Remarks:

Internally calls Dew.Math.clVector.ArcSec