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

Public Types

typedef float scalar_type
 
typedef fftwf_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

fftwf_plan m_plan
 

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