Logo ROOT   6.10/09
Reference Guide
Variables
ROOT::Math::IntegOneDim Namespace Reference

Variables

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

Variable Documentation

◆ gDefaultAbsTolerance

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

Definition at line 37 of file IntegratorOptions.cxx.

◆ gDefaultIntegrator

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

Definition at line 35 of file IntegratorOptions.cxx.

◆ gDefaultNPoints

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

Definition at line 42 of file IntegratorOptions.cxx.

◆ gDefaultNPointsGSLAdaptive

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

Definition at line 41 of file IntegratorOptions.cxx.

◆ gDefaultNPointsLegendre

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

Definition at line 40 of file IntegratorOptions.cxx.

◆ gDefaultRelTolerance

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

Definition at line 38 of file IntegratorOptions.cxx.

◆ gDefaultWKSize

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

Definition at line 39 of file IntegratorOptions.cxx.