ClMtxExpr::Sinh Function

Overload List

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

Overload 1: clVector Sinh(TOpenCLVector *X);

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

#NameTypeDescription
1XTOpenCLVector *
Remarks:

Internally calls clVector::Sinh

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

Overload 2: clMatrix Sinh(TOpenCLMatrix *X);

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

#NameTypeDescription
1XTOpenCLMatrix *
Remarks:

Internally calls clMatrix::Sinh

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

Overload 3: clValue Sinh(TOpenCLValue *X);

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

#NameTypeDescription
1XTOpenCLValue *
Remarks:

Internally calls clValue::Sinh

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