The Gaudi Framework  v30r3 (a5ef0a68)
Integration.h
Go to the documentation of this file.
1 #ifndef GAUDIMATH_INTEGRATION_H
2 #define GAUDIMATH_INTEGRATION_H 1
3 // ============================================================================
4 // Include files
5 // ============================================================================
6 
7 namespace GaudiMath
8 {
17  namespace Integration
18  {
20  enum Inf { Infinity = 0 };
28  enum KronrodRule {
29  Fixed = 0,
30  Gauss15 = 1,
31  Gauss21 = 2,
32  Gauss31 = 3,
33  Gauss41 = 4,
34  Gauss51 = 5,
35  Gauss61 = 6,
37  };
38  } // end of namespace Integration
39 } // end of namespace GaudiMath
40 
41 // ============================================================================
42 // The END
43 // ============================================================================
44 #endif // GAUDIMATH_INTEGRATION_H
45 // ============================================================================
Category
integration category
Definition: Integration.h:26
Type
type of integration (for finite limits)
Definition: Integration.h:24
Limit
how to distinguish variable low and variable high limits
Definition: Integration.h:22
GaudiMath.h GaudiMath/GaudiMath.h.
KronrodRule
integration rule
Definition: Integration.h:28
collection of common types for classes NumericalIndefiniteIntegral and NumericalDefiniteIntegral ...