#include <ei_fftw_impl.h>
Public Types | |
typedef fftwf_complex | complex_type |
typedef float | 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 | |
fftwf_plan | m_plan |
Definition at line 64 of file ei_fftw_impl.h.
typedef fftwf_complex internal::fftw_plan< float >::complex_type |
Definition at line 67 of file ei_fftw_impl.h.
typedef float internal::fftw_plan< float >::scalar_type |
Definition at line 66 of file ei_fftw_impl.h.
internal::fftw_plan< float >::fftw_plan | ( | ) | [inline] |
Definition at line 69 of file ei_fftw_impl.h.
internal::fftw_plan< float >::~fftw_plan | ( | ) | [inline] |
Definition at line 70 of file ei_fftw_impl.h.
void internal::fftw_plan< float >::fwd | ( | complex_type * | dst, |
complex_type * | src, | ||
int | nfft | ||
) | [inline] |
Definition at line 73 of file ei_fftw_impl.h.
void internal::fftw_plan< float >::fwd | ( | complex_type * | dst, |
scalar_type * | src, | ||
int | nfft | ||
) | [inline] |
Definition at line 83 of file ei_fftw_impl.h.
void internal::fftw_plan< float >::fwd2 | ( | complex_type * | dst, |
complex_type * | src, | ||
int | n0, | ||
int | n1 | ||
) | [inline] |
Definition at line 95 of file ei_fftw_impl.h.
void internal::fftw_plan< float >::inv | ( | complex_type * | dst, |
complex_type * | src, | ||
int | nfft | ||
) | [inline] |
Definition at line 78 of file ei_fftw_impl.h.
void internal::fftw_plan< float >::inv | ( | scalar_type * | dst, |
complex_type * | src, | ||
int | nfft | ||
) | [inline] |
Definition at line 88 of file ei_fftw_impl.h.
void internal::fftw_plan< float >::inv2 | ( | complex_type * | dst, |
complex_type * | src, | ||
int | n0, | ||
int | n1 | ||
) | [inline] |
Definition at line 100 of file ei_fftw_impl.h.
fftwf_plan internal::fftw_plan< float >::m_plan |
Definition at line 68 of file ei_fftw_impl.h.