|
typedef _Scalar | Scalar |
|
typedef std::complex< Scalar > | Complex |
|
|
void | clear () |
|
void | fwd (Complex *dst, const Complex *src, int nfft) |
|
void | fwd2 (Complex *dst, const Complex *src, int n0, int n1) |
|
void | inv2 (Complex *dst, const Complex *src, int n0, int n1) |
|
void | fwd (Complex *dst, const Scalar *src, int nfft) |
|
void | inv (Complex *dst, const Complex *src, int nfft) |
|
void | inv (Scalar *dst, const Complex *src, int nfft) |
|
|
int | PlanKey (int nfft, bool isinverse) const |
|
PlanData & | get_plan (int nfft, bool inverse) |
|
Complex * | real_twiddles (int ncfft2) |
|
|
PlanMap | m_plans |
|
std::map< int, std::vector< Complex > > | m_realTwiddles |
|
std::vector< Complex > | m_tmpBuf1 |
|
std::vector< Complex > | m_tmpBuf2 |
|
The documentation for this struct was generated from the following file: