Logo ROOT   6.08/07
Reference Guide
Namespaces | Functions | Variables
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 <ctype.h>
#include <map>
Include dependency graph for IntegratorOptions.cxx:

Namespaces

 ROOT
 This namespace contains pre-defined functions to be used in conjuction with TExecutor::Map and TExecutor::MapReduce.
 
 ROOT::Math
 
 ROOT::Math::IntegMultiDim
 
 ROOT::Math::IntegOneDim
 
 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 More...
 

Variables

static double ROOT::Math::IntegOneDim::gDefaultAbsTolerance = 1.E-09
 
static double ROOT::Math::IntegMultiDim::gDefaultAbsTolerance = 0.0
 
static int ROOT::Math::IntegOneDim::gDefaultIntegrator = IntegrationOneDim::kGAUSS
 
static int ROOT::Math::IntegMultiDim::gDefaultIntegrator = IntegrationMultiDim::kADAPTIVE
 
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::IntegOneDim::gDefaultRelTolerance = 1.E-09
 
static double ROOT::Math::IntegMultiDim::gDefaultRelTolerance = 1.E-09
 
static unsigned int ROOT::Math::IntegOneDim::gDefaultWKSize = 1000
 
static unsigned int ROOT::Math::IntegMultiDim::gDefaultWKSize = 100000