GSL wrapper to define a functor as an integrable functional. More...
#include <include/CepGen/Utils/GSLMonteFunctionWrapper.h>
Public Member Functions | |
GSLMonteFunctionWrapper (const F &func, size_t num_dimensions) | |
Static Public Member Functions | |
static std::unique_ptr< gsl_monte_function > | build (const F &func, size_t num_dimensions) |
Utility to build a gsl_monte_function pointer from a functional and phase space size. | |
F | functor member signature |
Definition at line 30 of file GSLMonteFunctionWrapper.h.
|
explicit |
Definition at line 32 of file GSLMonteFunctionWrapper.h.
|
static |
Definition at line 38 of file GSLMonteFunctionWrapper.h.