Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework  v31r0 (aeb156f0)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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 {
16  namespace Integration {
18  enum Inf { Infinity = 0 };
26  enum KronrodRule {
27  Fixed = 0,
28  Gauss15 = 1,
29  Gauss21 = 2,
30  Gauss31 = 3,
31  Gauss41 = 4,
32  Gauss51 = 5,
33  Gauss61 = 6,
35  };
36  } // end of namespace Integration
37 } // end of namespace GaudiMath
38 
39 // ============================================================================
40 // The END
41 // ============================================================================
42 #endif // GAUDIMATH_INTEGRATION_H
Category
integration category
Definition: Integration.h:24
Type
type of integration (for finite limits)
Definition: Integration.h:22
Limit
how to distinguish variable low and variable high limits
Definition: Integration.h:20
GaudiMath.h GaudiMath/GaudiMath.h.
Definition: Adapters.h:13
KronrodRule
integration rule
Definition: Integration.h:26
collection of common types for classes NumericalIndefiniteIntegral and NumericalDefiniteIntegral ...