ClMtxExpr::Exp2 Function

Overload List

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

Overload 1: clVector Exp2(TOpenCLVector *X);

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

#NameTypeDescription
1XTOpenCLVector *
Remarks:

Internally calls clVector::Exp2

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

Overload 2: clMatrix Exp2(TOpenCLMatrix *X);

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

#NameTypeDescription
1XTOpenCLMatrix *
Remarks:

Internally calls clMatrix::Exp2

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

Overload 3: clValue Exp2(TOpenCLValue *X);

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

#NameTypeDescription
1XTOpenCLValue *
Remarks:

Internally calls clValue::Exp2

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