ROOT  6.06/09
Reference Guide
Variables
ROOT::Math::IntegOneDim Namespace Reference

Variables

static int gDefaultIntegrator = IntegrationOneDim::kGAUSS
 
static double gDefaultAbsTolerance = 1.E-09
 
static double gDefaultRelTolerance = 1.E-09
 
static unsigned int gDefaultWKSize = 1000
 
static unsigned int gDefaultNPointsLegendre = 10
 
static unsigned int gDefaultNPointsGSLAdaptive = 3
 
static unsigned int gDefaultNPoints = gDefaultNPointsGSLAdaptive
 

Variable Documentation

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