|
typedef float | scalar_type |
|
typedef fftwf_complex | complex_type |
|
|
void | fwd (complex_type *dst, complex_type *src, int nfft) |
|
void | inv (complex_type *dst, complex_type *src, int nfft) |
|
void | fwd (complex_type *dst, scalar_type *src, int nfft) |
|
void | inv (scalar_type *dst, complex_type *src, int nfft) |
|
void | fwd2 (complex_type *dst, complex_type *src, int n0, int n1) |
|
void | inv2 (complex_type *dst, complex_type *src, int n0, int n1) |
|
The documentation for this struct was generated from the following file: