#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>
Go to the source code of this file.
|
| hydra |
| Generic policies definition.
|
|
|
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...
|
|