|
typedef _Scalar | Scalar |
|
typedef std::complex< Scalar > | Complex |
|
|
void | clear () |
|
void | fwd (Complex *dst, const Complex *src, int nfft) |
|
void | fwd (Complex *dst, const Scalar *src, int nfft) |
|
void | fwd2 (Complex *dst, const Complex *src, int n0, int n1) |
|
void | inv (Complex *dst, const Complex *src, int nfft) |
|
void | inv (Scalar *dst, const Complex *src, int nfft) |
|
void | inv2 (Complex *dst, const Complex *src, int n0, int n1) |
|
|
PlanData & | get_plan (int nfft, bool inverse, void *dst, const void *src) |
|
PlanData & | get_plan (int n0, int n1, bool inverse, void *dst, const void *src) |
|
The documentation for this struct was generated from the following file: