ROOT  6.06/08
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

§ gDefaultAbsTolerance

double ROOT::Math::IntegOneDim::gDefaultAbsTolerance = 1.E-09
static

§ gDefaultIntegrator

int ROOT::Math::IntegOneDim::gDefaultIntegrator = IntegrationOneDim::kGAUSS
static

§ gDefaultNPoints

unsigned int ROOT::Math::IntegOneDim::gDefaultNPoints = gDefaultNPointsGSLAdaptive
static

§ gDefaultNPointsGSLAdaptive

unsigned int ROOT::Math::IntegOneDim::gDefaultNPointsGSLAdaptive = 3
static

§ gDefaultNPointsLegendre

unsigned int ROOT::Math::IntegOneDim::gDefaultNPointsLegendre = 10
static

§ gDefaultRelTolerance

double ROOT::Math::IntegOneDim::gDefaultRelTolerance = 1.E-09
static

§ gDefaultWKSize

unsigned int ROOT::Math::IntegOneDim::gDefaultWKSize = 1000
static