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>

Go to the source code of this file.

Namespaces

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

Classes

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

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


Generated on Tue Jul 5 16:07:10 2011 for ROOT_528-00b_version by  doxygen 1.5.1