ClMtxExpr.ArcCsc Method

Overload List

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

Overload 1: clMatrix ArcCsc(TOpenCLMatrix X)

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

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: clMatrix

Remarks:

Internally calls Dew.Math.clMatrix.ArcCsc

Overload 2: clValue ArcCsc(TOpenCLValue X)

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

#NameTypeDescription
1XTOpenCLValuesource TOpenCLValue

Returns: clValue

Remarks:

Internally calls Dew.Math.clValue.ArcCsc

Overload 3: clVector ArcCsc(TOpenCLVector X)

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

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: clVector

Remarks:

Internally calls Dew.Math.clVector.ArcCsc