Hydra  4.0.1
A header-only templated C++ framework to perform data analysis on massively parallel platforms.
Vegas.h File Reference
#include <iostream>
#include <hydra/detail/Config.h>
#include <hydra/detail/BackendPolicy.h>
#include <hydra/Types.h>
#include <hydra/VegasState.h>
#include <hydra/detail/functors/ProcessCallsVegas.h>
#include <hydra/Integrator.h>
#include <utility>
#include <hydra/detail/external/hydra_thrust/random.h>
#include <hydra/Random.h>
#include <hydra/detail/Vegas.inl>
Include dependency graph for Vegas.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  hydra::Vegas< N, BACKEND, GRND >
 
class  hydra::Vegas< N, hydra::detail::BackendPolicy< BACKEND >, GRND >
 Class to perform numerical integration using Vegas algorithm. More...
 

Namespaces

 hydra
 Generic policies definition.
 

Data Structure Documentation

◆ hydra::Vegas

class hydra::Vegas

template<size_t N, typename BACKEND, typename GRND = hydra::default_random_engine>
class hydra::Vegas< N, BACKEND, GRND >

Examples:
vegas.inl.
Collaboration diagram for hydra::Vegas< N, BACKEND, GRND >: