#include <ei_fftw_impl.h>
Public Types | |
typedef fftwl_complex | complex_type |
typedef long 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 | |
fftwl_plan | m_plan |
Definition at line 148 of file ei_fftw_impl.h.
typedef fftwl_complex internal::fftw_plan< long double >::complex_type |
Definition at line 151 of file ei_fftw_impl.h.
typedef long double internal::fftw_plan< long double >::scalar_type |
Definition at line 150 of file ei_fftw_impl.h.
internal::fftw_plan< long double >::fftw_plan | ( | ) | [inline] |
Definition at line 153 of file ei_fftw_impl.h.
internal::fftw_plan< long double >::~fftw_plan | ( | ) | [inline] |
Definition at line 154 of file ei_fftw_impl.h.
void internal::fftw_plan< long double >::fwd | ( | complex_type * | dst, |
complex_type * | src, | ||
int | nfft | ||
) | [inline] |
Definition at line 157 of file ei_fftw_impl.h.
void internal::fftw_plan< long double >::fwd | ( | complex_type * | dst, |
scalar_type * | src, | ||
int | nfft | ||
) | [inline] |
Definition at line 167 of file ei_fftw_impl.h.
void internal::fftw_plan< long double >::fwd2 | ( | complex_type * | dst, |
complex_type * | src, | ||
int | n0, | ||
int | n1 | ||
) | [inline] |
Definition at line 178 of file ei_fftw_impl.h.
void internal::fftw_plan< long double >::inv | ( | complex_type * | dst, |
complex_type * | src, | ||
int | nfft | ||
) | [inline] |
Definition at line 162 of file ei_fftw_impl.h.
void internal::fftw_plan< long double >::inv | ( | scalar_type * | dst, |
complex_type * | src, | ||
int | nfft | ||
) | [inline] |
Definition at line 172 of file ei_fftw_impl.h.
void internal::fftw_plan< long double >::inv2 | ( | complex_type * | dst, |
complex_type * | src, | ||
int | n0, | ||
int | n1 | ||
) | [inline] |
Definition at line 183 of file ei_fftw_impl.h.
fftwl_plan internal::fftw_plan< long double >::m_plan |
Definition at line 152 of file ei_fftw_impl.h.