The Gaudi Framework  v30r3 (a5ef0a68)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Integration.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 GaudiMath
 GaudiMath.h GaudiMath/GaudiMath.h.
 
 GaudiMath::Integration
 

Enumerations

enum  GaudiMath::Integration::Inf { GaudiMath::Integration::Infinity = 0 }
 infinity More...
 
enum  GaudiMath::Integration::Limit { GaudiMath::Integration::VariableLowLimit, GaudiMath::Integration::VariableHighLimit }
 how to distinguish variable low and variable high limits More...
 
enum  GaudiMath::Integration::Type { GaudiMath::Integration::NonAdaptive, GaudiMath::Integration::Adaptive, GaudiMath::Integration::AdaptiveSingular, GaudiMath::Integration::Other }
 type of integration (for finite limits) More...
 
enum  GaudiMath::Integration::Category { GaudiMath::Integration::Finite, GaudiMath::Integration::Singular, GaudiMath::Integration::Infinite }
 integration category More...
 
enum  GaudiMath::Integration::KronrodRule {
  GaudiMath::Integration::Fixed = 0, GaudiMath::Integration::Gauss15 = 1, GaudiMath::Integration::Gauss21 = 2, GaudiMath::Integration::Gauss31 = 3,
  GaudiMath::Integration::Gauss41 = 4, GaudiMath::Integration::Gauss51 = 5, GaudiMath::Integration::Gauss61 = 6, GaudiMath::Integration::Default = Gauss31
}
 integration rule More...