ClMtxExpr::Coth Function

Overload List

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

Overload 1: clVector Coth(TOpenCLVector *X);

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

#NameTypeDescription
1XTOpenCLVector *
Remarks:

Internally calls clVector::Coth

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

Overload 2: clMatrix Coth(TOpenCLMatrix *X);

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

#NameTypeDescription
1XTOpenCLMatrix *
Remarks:

Internally calls clMatrix::Coth

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

Overload 3: clValue Coth(TOpenCLValue *X);

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

#NameTypeDescription
1XTOpenCLValue *
Remarks:

Internally calls clValue::Coth

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