Hydra  4.0.1
A header-only templated C++ framework to perform data analysis on massively parallel platforms.
hydra::Integral< Algorithm, 1 > Struct Template Reference
Collaboration diagram for hydra::Integral< Algorithm, 1 >:

Public Types

typedef void hydra_integrator_type
 

Public Member Functions

template<typename Functor >
std::pair< GReal_t, GReal_toperator() (Functor const &functor)
 
template<typename Functor >
std::pair< GReal_t, GReal_toperator() (Functor const &functor, double min, double max)
 

Detailed Description

template<typename Algorithm>
struct hydra::Integral< Algorithm, 1 >

Member Typedef Documentation

◆ hydra_integrator_type

template<typename Algorithm >
typedef void hydra::Integral< Algorithm, 1 >::hydra_integrator_type

Member Function Documentation

◆ operator()() [1/2]

template<typename Algorithm >
template<typename Functor >
std::pair<GReal_t, GReal_t> hydra::Integral< Algorithm, 1 >::operator() ( Functor const &  functor)
inline

◆ operator()() [2/2]

template<typename Algorithm >
template<typename Functor >
std::pair<GReal_t, GReal_t> hydra::Integral< Algorithm, 1 >::operator() ( Functor const &  functor,
double  min,
double  max 
)
inline

The documentation for this struct was generated from the following file: