ClMtxExpr::Exp Function

Overload List

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

Overload 1: clVector Exp(TOpenCLVector *X);

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

#NameTypeDescription
1XTOpenCLVector *
Remarks:

Internally calls clVector::Exp

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

Overload 2: clMatrix Exp(TOpenCLMatrix *X);

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

#NameTypeDescription
1XTOpenCLMatrix *
Remarks:

Internally calls clMatrix::Exp

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

Overload 3: clValue Exp(TOpenCLValue *X);

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

#NameTypeDescription
1XTOpenCLValue *
Remarks:

Internally calls clValue::Exp

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