ClMtxExpr::Csc Function

Overload List

#SignatureDescription
1clVector Csc(TOpenCLVector *X);Compute the Csc function from the source and return the result.
2clMatrix Csc(TOpenCLMatrix *X);Compute the Csc function from the source and return the result.
3clValue Csc(TOpenCLValue *X);Compute the Csc function from the source and return the result.

Overload 1: clVector Csc(TOpenCLVector *X);

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

#NameTypeDescription
1XTOpenCLVector *
Remarks:

Internally calls clVector::Csc

Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler

Overload 2: clMatrix Csc(TOpenCLMatrix *X);

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

#NameTypeDescription
1XTOpenCLMatrix *
Remarks:

Internally calls clMatrix::Csc

Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler

Overload 3: clValue Csc(TOpenCLValue *X);

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

#NameTypeDescription
1XTOpenCLValue *
Remarks:

Internally calls clValue::Csc

Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler