Hydra  4.0.1
A header-only templated C++ framework to perform data analysis on massively parallel platforms.
FFTW.h File Reference
Include dependency graph for FFTW.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  hydra::detail::FFTPolicy< T, detail::FFTW >
 

Namespaces

 hydra
 Generic policies definition.
 
 hydra::detail
 
 hydra::fft
 

Typedefs

typedef detail::FFTPolicy< float, detail::FFTW > hydra::fft::fftw_f32_t
 
typedef detail::FFTPolicy< double, detail::FFTW > hydra::fft::fftw_f64_t
 

Variables

static const fftw_f32_t hydra::fft::fftw_f32 =fftw_f32_t()
 
static const fftw_f64_t hydra::fft::fftw_f64 =fftw_f64_t()
 

Data Structure Documentation

◆ hydra::detail::FFTPolicy< T, detail::FFTW >

struct hydra::detail::FFTPolicy< T, detail::FFTW >

template<typename T>
struct hydra::detail::FFTPolicy< T, detail::FFTW >

Collaboration diagram for hydra::detail::FFTPolicy< T, detail::FFTW >:
Data Fields
typedef ComplexToComplexFFTW< T > C2C
typedef ComplexToRealFFTW< T > C2R
typedef sys_t device_backend_type
typedef sys_t host_backend_type
typedef RealToComplexFFTW< T > R2C