Hydra
4.0.1
A header-only templated C++ framework to perform data analysis on massively parallel platforms.
|
Typedefs | |
typedef detail::FFTPolicy< float, detail::CuFFT > | cufft_f32_t |
typedef detail::FFTPolicy< double, detail::CuFFT > | cufft_f64_t |
typedef detail::FFTPolicy< float, detail::FFTW > | fftw_f32_t |
typedef detail::FFTPolicy< double, detail::FFTW > | fftw_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 detail::FFTPolicy< float, detail::CuFFT> hydra::fft::cufft_f32_t |
typedef detail::FFTPolicy< float, detail::FFTW> hydra::fft::fftw_f32_t |
|
static |
|
static |
|
static |
|
static |