Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TOpenCLBase *Expj(TOpenCLBase *Omega, int OmegaIndex, int Index, int Len); | |
| 2 | TOpenCLValue *Expj(TOpenCLValue *Omega); | A complex exponential e^(j*Omega)). |
Overload 1: TOpenCLBase *Expj(TOpenCLBase *Omega, int OmegaIndex, int Index, int Len);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Omega | TOpenCLBase * | |
| 2 | OmegaIndex | int | |
| 3 | Index | int | |
| 4 | Len | int |
Declared in Dew::Math::TOpenCLBase · Dew.Math/clMtxVec.h · Cross-compiler
Overload 2: TOpenCLValue *Expj(TOpenCLValue *Omega);
A complex exponential e^(j*Omega)).
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Omega | TOpenCLValue * |
Remarks:
Calculate complex exponential. An exception is raised if calling object is complex. If object is complex, you should use the TOpenCLValue::Exp method instead.
See Also: TOpenCLValue::Exp
Declared in Dew::Math::TOpenCLValue · Dew.Math/clMtxVec.h · Cross-compiler