ClMtxExpr::ArcSinh Function

Overload List

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

Overload 1: clVector ArcSinh(TOpenCLVector *X);

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

#NameTypeDescription
1XTOpenCLVector *
Remarks:

Internally calls clVector::ArcSinh

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

Overload 2: clMatrix ArcSinh(TOpenCLMatrix *X);

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

#NameTypeDescription
1XTOpenCLMatrix *
Remarks:

Internally calls clMatrix::ArcSinh

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

Overload 3: clValue ArcSinh(TOpenCLValue *X);

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

#NameTypeDescription
1XTOpenCLValue *
Remarks:

Internally calls clValue::ArcSinh

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