TOpenCLValue *Expj(TOpenCLValue *Omega) const;
A complex exponential e^(j*Omega)).
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Omega | TOpenCLValue * |
Remarks:
Calculate the calling object complex exponential in-place. An exception is raised if calling object is complex. If object is complex, you should use the clValue::Exp method instead.
See Also: clValue::Exp
Declared in Dew::Math::clValue · Dew.Math/clMtxExpr.h · Cross-compiler