Hydra  4.0.1
A header-only templated C++ framework to perform data analysis on massively parallel platforms.
Pdf.h File Reference
#include <hydra/detail/Config.h>
#include <hydra/Types.h>
#include <hydra/detail/Print.h>
#include <hydra/Parameter.h>
#include <hydra/detail/utility/Utility_Tuple.h>
#include <hydra/detail/FunctorTraits.h>
#include <hydra/detail/IntegratorTraits.h>
#include <hydra/detail/CompositeTraits.h>
#include <hydra/detail/external/hydra_thrust/iterator/detail/tuple_of_iterator_references.h>
#include <hydra/detail/external/hydra_thrust/iterator/zip_iterator.h>
#include <hydra/detail/external/hydra_thrust/tuple.h>
#include <array>
#include <utility>
#include <initializer_list>
#include <memory>
#include <unordered_map>
Include dependency graph for Pdf.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  hydra::Pdf< FUNCTOR, INTEGRATOR >
 Class representing probability density functions. More...
 

Namespaces

 hydra
 Generic policies definition.
 

Functions

template<typename FUNCTOR , typename INTEGRATOR >
Pdf< FUNCTOR, INTEGRATOR > hydra::make_pdf (FUNCTOR const &functor, INTEGRATOR integrator)
 Build a hydra::Pdf given a shape described by a functor and a integrator (algorithm or functor). More...