TR-mbed 1.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | List of all members
Eigen::internal::fftw_plan< long double > Struct Reference

#include <ei_fftw_impl.h>

Public Types

typedef long double scalar_type
 
typedef fftwl_complex complex_type
 

Public Member Functions

 fftw_plan ()
 
 ~fftw_plan ()
 
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

fftwl_plan m_plan
 

Member Typedef Documentation

◆ complex_type

◆ scalar_type

Constructor & Destructor Documentation

◆ fftw_plan()

Eigen::internal::fftw_plan< long double >::fftw_plan ( )
inline

◆ ~fftw_plan()

Member Function Documentation

◆ fwd() [1/2]

void Eigen::internal::fftw_plan< long double >::fwd ( complex_type dst,
complex_type src,
int  nfft 
)
inline

◆ fwd() [2/2]

void Eigen::internal::fftw_plan< long double >::fwd ( complex_type dst,
scalar_type src,
int  nfft 
)
inline

◆ fwd2()

void Eigen::internal::fftw_plan< long double >::fwd2 ( complex_type dst,
complex_type src,
int  n0,
int  n1 
)
inline

◆ inv() [1/2]

void Eigen::internal::fftw_plan< long double >::inv ( complex_type dst,
complex_type src,
int  nfft 
)
inline

◆ inv() [2/2]

void Eigen::internal::fftw_plan< long double >::inv ( scalar_type dst,
complex_type src,
int  nfft 
)
inline

◆ inv2()

void Eigen::internal::fftw_plan< long double >::inv2 ( complex_type dst,
complex_type src,
int  n0,
int  n1 
)
inline

Member Data Documentation

◆ m_plan


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