Hydra
4.0.1
A header-only templated C++ framework to perform data analysis on massively parallel platforms.
|
#include <iostream>
#include <hydra/detail/Config.h>
#include <hydra/detail/BackendPolicy.h>
#include <hydra/Types.h>
#include <vector>
#include <hydra/detail/external/hydra_thrust/copy.h>
#include <chrono>
#include <hydra/detail/VegasState.inl>
Go to the source code of this file.
Data Structures | |
class | hydra::VegasState< N, BACKEND > |
Class to hold resources and state of hydra::Vegas integration algorithm. More... | |
class | hydra::VegasState< N, hydra::detail::BackendPolicy< BACKEND > > |
Class to hold resources and state of hydra::Vegas integration algorithm. More... | |
Namespaces | |
hydra | |
Generic policies definition. | |
Enumerations | |
enum | { hydra::MODE_IMPORTANCE = 1, hydra::MODE_IMPORTANCE_ONLY = 0, hydra::MODE_STRATIFIED = -1, hydra::BINS_MAX = 50 } |