Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
IntegratorOptions.cxx File Reference
#include "Math/IntegratorOptions.h"
#include "Math/Integrator.h"
#include "Math/IntegratorMultiDim.h"
#include "Math/GenAlgoOptions.h"
#include "RConfigure.h"
#include <algorithm>
#include <functional>
#include <cctype>
#include <map>

Classes

struct  ROOT::Math::IntegOptionsUtil::OptionTrait< OptionType >
struct  ROOT::Math::IntegOptionsUtil::OptionTrait< IntegratorMultiDimOptions >
struct  ROOT::Math::IntegOptionsUtil::OptionTrait< IntegratorOneDimOptions >

Namespaces

namespace  ROOT
namespace  ROOT::Math
namespace  ROOT::Math::IntegMultiDim
namespace  ROOT::Math::IntegOneDim
namespace  ROOT::Math::IntegOptionsUtil

Functions

template<class OptionType>
void ROOT::Math::IntegOptionsUtil::Print (std::ostream &os, const OptionType &opt)
template<class OptionType>
void ROOT::Math::IntegOptionsUtil::PrintDefault (const char *name, std::ostream &os)
 print default options

Variables

static double ROOT::Math::IntegMultiDim::gDefaultAbsTolerance = 0.0
static double ROOT::Math::IntegOneDim::gDefaultAbsTolerance = 1.E-09
static int ROOT::Math::IntegMultiDim::gDefaultIntegrator = IntegrationMultiDim::kADAPTIVE
static int ROOT::Math::IntegOneDim::gDefaultIntegrator = IntegrationOneDim::kGAUSS
static unsigned int ROOT::Math::IntegMultiDim::gDefaultNCalls = 100000
static unsigned int ROOT::Math::IntegOneDim::gDefaultNPoints = gDefaultNPointsGSLAdaptive
static unsigned int ROOT::Math::IntegOneDim::gDefaultNPointsGSLAdaptive = 3
static unsigned int ROOT::Math::IntegOneDim::gDefaultNPointsLegendre = 10
static double ROOT::Math::IntegMultiDim::gDefaultRelTolerance = 1.E-09
static double ROOT::Math::IntegOneDim::gDefaultRelTolerance = 1.E-09
static unsigned int ROOT::Math::IntegMultiDim::gDefaultWKSize = 100000
static unsigned int ROOT::Math::IntegOneDim::gDefaultWKSize = 1000