#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>
Go to the source code of this file.
|
| hydra |
| Generic policies definition.
|
|
◆ hydra::Vegas
template<size_t N, typename BACKEND, typename GRND = hydra::default_random_engine>
class hydra::Vegas< N, BACKEND, GRND >
- Examples:
- vegas.inl.