compbio
Public Types | Public Member Functions | Public Attributes | List of all members
Eigen::internal::fftw_plan< double > Struct Template Reference

Public Types

typedef double scalar_type
 
typedef fftw_complex complex_type
 

Public Member Functions

void fwd (complex_type *dst, complex_type *src, int nfft)
 
void inv (complex_type *dst, complex_type *src, int nfft)
 
void fwd (complex_type *dst, scalar_type *src, int nfft)
 
void inv (scalar_type *dst, complex_type *src, int nfft)
 
void fwd2 (complex_type *dst, complex_type *src, int n0, int n1)
 
void inv2 (complex_type *dst, complex_type *src, int n0, int n1)
 

Public Attributes

::fftw_plan m_plan
 

The documentation for this struct was generated from the following file: