ClMtxExpr::Expj Function

Overload List

#SignatureDescription
1clVector Expj(TOpenCLVector *X);Computes the e^xj function from the source.
2clMatrix Expj(TOpenCLMatrix *X);Computes the e^xj function from the source.
3clValue Expj(TOpenCLValue *X);Computes the e^xj function from the source.

Overload 1: clVector Expj(TOpenCLVector *X);

Computes the e^xj function from the source.

#NameTypeDescription
1XTOpenCLVector *
Remarks:

Internally calls clVector::Expj

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

Overload 2: clMatrix Expj(TOpenCLMatrix *X);

Computes the e^xj function from the source.

#NameTypeDescription
1XTOpenCLMatrix *
Remarks:

Internally calls clMatrix::Expj

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

Overload 3: clValue Expj(TOpenCLValue *X);

Computes the e^xj function from the source.

#NameTypeDescription
1XTOpenCLValue *
Remarks:

Internally calls clValue::Expj

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