Gaudi Framework, version v25r0
Home
Generated: Mon Feb 17 2014
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
GaudiGSL
GaudiMath
Integration.h
Go to the documentation of this file.
1
// $Id: Integration.h,v 1.1 2003/11/19 17:09:40 mato Exp $
2
// ============================================================================
3
#ifndef GAUDIMATH_INTEGRATION_H
4
#define GAUDIMATH_INTEGRATION_H 1
5
// ============================================================================
6
// Include files
7
// ============================================================================
8
9
namespace
GaudiMath
10
{
19
namespace
Integration
20
{
22
enum
Inf
{
Infinity
= 0 } ;
24
enum
Limit
{
VariableLowLimit
,
25
VariableHighLimit
} ;
27
enum
Type
{
NonAdaptive
,
28
Adaptive
,
29
AdaptiveSingular
,
30
Other
} ;
32
enum
Category
{
Finite
,
33
Singular
,
34
Infinite
} ;
36
enum
KronrodRule
{
Fixed
= 0 ,
37
Gauss15
= 1 ,
38
Gauss21
= 2 ,
39
Gauss31
= 3 ,
40
Gauss41
= 4 ,
41
Gauss51
= 5 ,
42
Gauss61
= 6 ,
43
Default
=
Gauss31
} ;
44
}
// end of namespace Integration
45
}
// end of namespace GaudiMath
46
47
// ============================================================================
48
// The END
49
// ============================================================================
50
#endif // GAUDIMATH_INTEGRATION_H
51
// ============================================================================
Generated at Mon Feb 17 2014 14:37:41 for Gaudi Framework, version v25r0 by
Doxygen
version 1.8.2 written by
Dimitri van Heesch
, © 1997-2004