26#ifndef ROOT_Math_MCParameters 
   27#define ROOT_Math_MCParameters 
Generic interface for defining configuration options of a numerical algorithm.
 
Namespace for new Math classes and functions.
 
structures collecting parameters for MISER multidimensional integration
 
ROOT::Math::IOptions * operator()() const
convert to options (return object is managed by the user)
 
MiserParameters(size_t dim=10)
 
size_t min_calls_per_bisection
 
MiserParameters & operator=(const ROOT::Math::IOptions &opt)
 
void SetDefaultValues(size_t dim=10)
default MISER parameters (copied from gsl/monte/vegas.c)
 
structures collecting parameters for VEGAS multidimensional integration FOr implementation of default...
 
ROOT::Math::IOptions * operator()() const
convert to options (return object is managed by the user)
 
VegasParameters & operator=(const ROOT::Math::IOptions &opt)
 
void SetDefaultValues()
default VEGAS parameters (copied from gsl/monte/vegas.c)