Overload List
| # | Signature | Description |
|---|---|---|
| 1 | clVector Expj(TOpenCLVector *X); | Computes the e^xj function from the source. |
| 2 | clMatrix Expj(TOpenCLMatrix *X); | Computes the e^xj function from the source. |
| 3 | clValue 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.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLVector * |
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.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLMatrix * |
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.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLValue * |
Remarks:
Internally calls clValue::Expj
Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler