Public Types | Public Member Functions | Public Attributes
Eigen::internal::fftw_plan< float > Struct Template Reference

#include <ei_fftw_impl.h>

List of all members.

Public Types

typedef fftwf_complex complex_type
typedef float scalar_type

Public Member Functions

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

Public Attributes

fftwf_plan m_plan

Detailed Description

template<>
struct Eigen::internal::fftw_plan< float >

Definition at line 51 of file ei_fftw_impl.h.


Member Typedef Documentation

typedef fftwf_complex Eigen::internal::fftw_plan< float >::complex_type

Definition at line 54 of file ei_fftw_impl.h.

typedef float Eigen::internal::fftw_plan< float >::scalar_type

Definition at line 53 of file ei_fftw_impl.h.


Constructor & Destructor Documentation

Eigen::internal::fftw_plan< float >::fftw_plan ( ) [inline]

Definition at line 56 of file ei_fftw_impl.h.

Eigen::internal::fftw_plan< float >::~fftw_plan ( ) [inline]

Definition at line 57 of file ei_fftw_impl.h.


Member Function Documentation

void Eigen::internal::fftw_plan< float >::fwd ( complex_type dst,
complex_type src,
int  nfft 
) [inline]

Definition at line 60 of file ei_fftw_impl.h.

void Eigen::internal::fftw_plan< float >::fwd ( complex_type dst,
scalar_type src,
int  nfft 
) [inline]

Definition at line 70 of file ei_fftw_impl.h.

void Eigen::internal::fftw_plan< float >::fwd2 ( complex_type dst,
complex_type src,
int  n0,
int  n1 
) [inline]

Definition at line 82 of file ei_fftw_impl.h.

void Eigen::internal::fftw_plan< float >::inv ( complex_type dst,
complex_type src,
int  nfft 
) [inline]

Definition at line 65 of file ei_fftw_impl.h.

void Eigen::internal::fftw_plan< float >::inv ( scalar_type dst,
complex_type src,
int  nfft 
) [inline]

Definition at line 75 of file ei_fftw_impl.h.

void Eigen::internal::fftw_plan< float >::inv2 ( complex_type dst,
complex_type src,
int  n0,
int  n1 
) [inline]

Definition at line 87 of file ei_fftw_impl.h.


Member Data Documentation

fftwf_plan Eigen::internal::fftw_plan< float >::m_plan

Definition at line 55 of file ei_fftw_impl.h.


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


win_eigen
Author(s): Daniel Stonier
autogenerated on Wed Sep 16 2015 07:12:59