ClMtxExpr::Exp10 Function

Overload List

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

Overload 1: clVector Exp10(TOpenCLVector *X);

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

#NameTypeDescription
1XTOpenCLVector *
Remarks:

Internally calls clVector::Exp10

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

Overload 2: clMatrix Exp10(TOpenCLMatrix *X);

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

#NameTypeDescription
1XTOpenCLMatrix *
Remarks:

Internally calls clMatrix::Exp10

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

Overload 3: clValue Exp10(TOpenCLValue *X);

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

#NameTypeDescription
1XTOpenCLValue *
Remarks:

Internally calls clValue::Exp10

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