#include <ei_kissfft_impl.h>
Public Types | |
typedef std::complex< Scalar > | Complex |
typedef _Scalar | Scalar |
Public Member Functions | |
void | clear () |
void | fwd (Complex *dst, const Complex *src, int nfft) |
void | fwd (Complex *dst, const Scalar *src, int nfft) |
void | fwd2 (Complex *dst, const Complex *src, int n0, int n1) |
void | inv (Complex *dst, const Complex *src, int nfft) |
void | inv (Scalar *dst, const Complex *src, int nfft) |
void | inv2 (Complex *dst, const Complex *src, int n0, int n1) |
Protected Types | |
typedef kiss_cpx_fft< Scalar > | PlanData |
typedef std::map< int, PlanData > | PlanMap |
Protected Member Functions | |
PlanData & | get_plan (int nfft, bool inverse) |
int | PlanKey (int nfft, bool isinverse) const |
Complex * | real_twiddles (int ncfft2) |
Protected Attributes | |
PlanMap | m_plans |
std::map< int, std::vector< Complex > > | m_realTwiddles |
std::vector< Complex > | m_tmpBuf1 |
std::vector< Complex > | m_tmpBuf2 |
Definition at line 296 of file ei_kissfft_impl.h.
typedef std::complex<Scalar> Eigen::internal::kissfft_impl< _Scalar >::Complex |
Definition at line 299 of file ei_kissfft_impl.h.
|
protected |
Definition at line 408 of file ei_kissfft_impl.h.
|
protected |
Definition at line 409 of file ei_kissfft_impl.h.
typedef _Scalar Eigen::internal::kissfft_impl< _Scalar >::Scalar |
Definition at line 298 of file ei_kissfft_impl.h.
|
inline |
Definition at line 301 of file ei_kissfft_impl.h.
|
inline |
Definition at line 308 of file ei_kissfft_impl.h.
|
inline |
Definition at line 336 of file ei_kissfft_impl.h.
|
inline |
Definition at line 314 of file ei_kissfft_impl.h.
|
inlineprotected |
Definition at line 420 of file ei_kissfft_impl.h.
|
inline |
Definition at line 369 of file ei_kissfft_impl.h.
|
inline |
Definition at line 376 of file ei_kissfft_impl.h.
|
inline |
Definition at line 323 of file ei_kissfft_impl.h.
|
inlineprotected |
Definition at line 417 of file ei_kissfft_impl.h.
|
inlineprotected |
Definition at line 432 of file ei_kissfft_impl.h.
|
protected |
Definition at line 411 of file ei_kissfft_impl.h.
|
protected |
Definition at line 412 of file ei_kissfft_impl.h.
|
protected |
Definition at line 413 of file ei_kissfft_impl.h.
|
protected |
Definition at line 414 of file ei_kissfft_impl.h.