Hydra  4.0.1
A header-only templated C++ framework to perform data analysis on massively parallel platforms.
hydra::fft Namespace Reference

Typedefs

typedef detail::FFTPolicy< float, detail::CuFFTcufft_f32_t
 
typedef detail::FFTPolicy< double, detail::CuFFTcufft_f64_t
 
typedef detail::FFTPolicy< float, detail::FFTWfftw_f32_t
 
typedef detail::FFTPolicy< double, detail::FFTWfftw_f64_t
 

Variables

static const cufft_f32_t cufft_f32 = cufft_f32_t()
 
static const cufft_f64_t cufft_f64 = cufft_f64_t()
 
static const fftw_f32_t fftw_f32 =fftw_f32_t()
 
static const fftw_f64_t fftw_f64 =fftw_f64_t()
 

Typedef Documentation

◆ cufft_f32_t

◆ cufft_f64_t

◆ fftw_f32_t

◆ fftw_f64_t

Variable Documentation

◆ cufft_f32

const cufft_f32_t hydra::fft::cufft_f32 = cufft_f32_t()
static

◆ cufft_f64

const cufft_f64_t hydra::fft::cufft_f64 = cufft_f64_t()
static

◆ fftw_f32

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

◆ fftw_f64

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