ClMtxExpr::Tan Function

Overload List

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

Overload 1: clVector Tan(TOpenCLVector *X);

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

#NameTypeDescription
1XTOpenCLVector *
Remarks:

Internally calls clVector::Tan

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

Overload 2: clMatrix Tan(TOpenCLMatrix *X);

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

#NameTypeDescription
1XTOpenCLMatrix *
Remarks:

Internally calls clMatrix::Tan

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

Overload 3: clValue Tan(TOpenCLValue *X);

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

#NameTypeDescription
1XTOpenCLValue *
Remarks:

Internally calls clValue::Tan

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