#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 94 of file ei_fftw_impl.h.
| typedef fftw_complex Eigen::internal::fftw_plan< double >::complex_type |
Definition at line 97 of file ei_fftw_impl.h.
| typedef double Eigen::internal::fftw_plan< double >::scalar_type |
Definition at line 96 of file ei_fftw_impl.h.
|
inline |
Definition at line 99 of file ei_fftw_impl.h.
|
inline |
Definition at line 100 of file ei_fftw_impl.h.
|
inline |
Definition at line 103 of file ei_fftw_impl.h.
|
inline |
Definition at line 113 of file ei_fftw_impl.h.
|
inline |
Definition at line 124 of file ei_fftw_impl.h.
|
inline |
Definition at line 108 of file ei_fftw_impl.h.
|
inline |
Definition at line 118 of file ei_fftw_impl.h.
|
inline |
Definition at line 129 of file ei_fftw_impl.h.
| ::fftw_plan Eigen::internal::fftw_plan< double >::m_plan |
Definition at line 98 of file ei_fftw_impl.h.