Hydra  4.0.1
A header-only templated C++ framework to perform data analysis on massively parallel platforms.
Convolution.inl File Reference
#include <hydra/detail/Config.h>
#include <hydra/Types.h>
#include <hydra/detail/utility/Utility_Tuple.h>
#include <hydra/Parameter.h>
#include <hydra/Tuple.h>
#include <hydra/Range.h>
#include <hydra/Algorithm.h>
#include <hydra/Zip.h>
#include <hydra/Complex.h>
#include <functional>
#include <utility>
#include <type_traits>
Include dependency graph for Convolution.inl:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  hydra::detail::convolution::FunctorSampler< Functor >
 
struct  hydra::detail::convolution::KernelSampler< Kernel >
 
struct  hydra::detail::convolution::MultiplyFFT< T >
 
struct  hydra::detail::convolution::NormalizeFFT< T >
 

Namespaces

 hydra
 Generic policies definition.
 
 hydra::detail
 
 hydra::detail::convolution
 

Macros

#define CONVOLUTION_INL_
 

Functions

size_t hydra::detail::convolution::upper_power_of_two (size_t v)
 

Macro Definition Documentation

◆ CONVOLUTION_INL_

#define CONVOLUTION_INL_