OSVR-Core
Public Types | Public Member Functions | Protected Types | Protected Member Functions | Protected Attributes | List of all members
Eigen::internal::fftw_impl< _Scalar > Struct Template Reference

Public Types

typedef _Scalar Scalar
 
typedef std::complex< Scalar > Complex
 

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 fftw_plan< Scalar > PlanData
 
typedef std::map< int64_t, PlanDataPlanMap
 

Protected Member Functions

PlanDataget_plan (int nfft, bool inverse, void *dst, const void *src)
 
PlanDataget_plan (int n0, int n1, bool inverse, void *dst, const void *src)
 

Protected Attributes

PlanMap m_plans
 

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