#include <ei_fftw_impl.h>
Public Types | |
| typedef fftw_complex | complex_type |
| typedef double | scalar_type |
Public Member Functions | |
| fftw_plan () | |
| void | fwd (complex_type *dst, complex_type *src, int nfft) |
| void | fwd (complex_type *dst, scalar_type *src, int nfft) |
| void | fwd2 (complex_type *dst, complex_type *src, int n0, int n1) |
| void | inv (complex_type *dst, complex_type *src, int nfft) |
| void | inv (scalar_type *dst, complex_type *src, int nfft) |
| void | inv2 (complex_type *dst, complex_type *src, int n0, int n1) |
| ~fftw_plan () | |
Public Attributes | |
| ::fftw_plan | m_plan |
Definition at line 107 of file ei_fftw_impl.h.
| typedef fftw_complex internal::fftw_plan< double >::complex_type |
Definition at line 110 of file ei_fftw_impl.h.
| typedef double internal::fftw_plan< double >::scalar_type |
Definition at line 109 of file ei_fftw_impl.h.
| internal::fftw_plan< double >::fftw_plan | ( | ) | [inline] |
Definition at line 112 of file ei_fftw_impl.h.
| internal::fftw_plan< double >::~fftw_plan | ( | ) | [inline] |
Definition at line 113 of file ei_fftw_impl.h.
| void internal::fftw_plan< double >::fwd | ( | complex_type * | dst, |
| complex_type * | src, | ||
| int | nfft | ||
| ) | [inline] |
Definition at line 116 of file ei_fftw_impl.h.
| void internal::fftw_plan< double >::fwd | ( | complex_type * | dst, |
| scalar_type * | src, | ||
| int | nfft | ||
| ) | [inline] |
Definition at line 126 of file ei_fftw_impl.h.
| void internal::fftw_plan< double >::fwd2 | ( | complex_type * | dst, |
| complex_type * | src, | ||
| int | n0, | ||
| int | n1 | ||
| ) | [inline] |
Definition at line 137 of file ei_fftw_impl.h.
| void internal::fftw_plan< double >::inv | ( | complex_type * | dst, |
| complex_type * | src, | ||
| int | nfft | ||
| ) | [inline] |
Definition at line 121 of file ei_fftw_impl.h.
| void internal::fftw_plan< double >::inv | ( | scalar_type * | dst, |
| complex_type * | src, | ||
| int | nfft | ||
| ) | [inline] |
Definition at line 131 of file ei_fftw_impl.h.
| void internal::fftw_plan< double >::inv2 | ( | complex_type * | dst, |
| complex_type * | src, | ||
| int | n0, | ||
| int | n1 | ||
| ) | [inline] |
Definition at line 142 of file ei_fftw_impl.h.
| ::fftw_plan internal::fftw_plan< double >::m_plan |
Definition at line 111 of file ei_fftw_impl.h.