ClMtxExpr::ArcCoth Function

Overload List

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

Overload 1: clVector ArcCoth(TOpenCLVector *X);

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

#NameTypeDescription
1XTOpenCLVector *
Remarks:

Internally calls clVector::ArcCoth

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

Overload 2: clMatrix ArcCoth(TOpenCLMatrix *X);

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

#NameTypeDescription
1XTOpenCLMatrix *
Remarks:

Internally calls clMatrix::ArcCoth

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

Overload 3: clValue ArcCoth(TOpenCLValue *X);

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

#NameTypeDescription
1XTOpenCLValue *
Remarks:

Internally calls clValue::ArcCoth

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