Hydra  4.0.1
A header-only templated C++ framework to perform data analysis on massively parallel platforms.
WrappersFFTW.h File Reference
#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>
Include dependency graph for WrappersFFTW.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::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...