16#ifndef ROOT_Math_AllIntegrationTypes 
   17#define ROOT_Math_AllIntegrationTypes 
   28  namespace IntegrationOneDim {
 
 
   43  namespace IntegrationMultiDim {
 
 
Type
enumeration specifying the integration types.
 
@ kADAPTIVESINGULAR
default adaptive integration type which can be used in the case of the presence of singularities.
 
@ kNONADAPTIVE
to be used for smooth functions
 
@ kLEGENDRE
Gauss-Legendre integration.
 
@ kADAPTIVE
to be used for general functions without singularities
 
@ kGAUSS
simple Gauss integration method with fixed rule
 
@ kDEFAULT
default type specified in the static options
 
Type
enumeration specifying the integration types.
 
@ kADAPTIVE
adaptive multi-dimensional integration
 
@ kDEFAULT
default type specified in the static option
 
Namespace for new Math classes and functions.