Hydra
4.0.1
A header-only templated C++ framework to perform data analysis on massively parallel platforms.
|
#include <hydra/detail/Config.h>
#include <hydra/detail/BackendPolicy.h>
#include <hydra/Types.h>
#include <hydra/detail/Iterable_traits.h>
#include <hydra/Range.h>
#include <hydra/Tuple.h>
#include <hydra/Complex.h>
#include <cassert>
#include <memory>
#include <utility>
#include <stdexcept>
#include <type_traits>
#include <fftw3.h>
Go to the source code of this file.
Data Structures | |
struct | hydra::detail::fftw::_Deleter |
struct | hydra::detail::fftw::_PlanDestroyer |
struct | hydra::detail::fftw::_PlanExecutor |
struct | hydra::detail::fftw::_Planner |
Namespaces | |
hydra | |
Generic policies definition. | |
hydra::detail | |
hydra::detail::fftw | |
Functions | |
void * | hydra::detail::fftw::reallocate (void *ptr, size_t new_size) |
this function will delete the ptr if the reallocation is successfull, othewise will return null More... | |