|
Gaudi Framework, version v21r8 |
| Home | Generated: 17 Mar 2010 |
Enumerations | |
| enum | Inf { Infinity = 0 } |
| infinity More... | |
| enum | Limit { VariableLowLimit, VariableHighLimit } |
| how to distinguish variable low and variable high limits More... | |
| enum | Type { NonAdaptive, Adaptive, AdaptiveSingular, Other } |
| type of integration (for finite limits) More... | |
| enum | Category { Finite, Singular, Infinite } |
| integration category More... | |
| enum | KronrodRule { Fixed = 0, Gauss15 = 1, Gauss21 = 2, Gauss31 = 3, Gauss41 = 4, Gauss51 = 5, Gauss61 = 6, Default = Gauss31 } |
| integration rule More... | |
how to distinguish variable low and variable high limits
Definition at line 24 of file Integration.h.
00024 { VariableLowLimit , 00025 VariableHighLimit } ;
type of integration (for finite limits)
Definition at line 27 of file Integration.h.
00027 { NonAdaptive , 00028 Adaptive , 00029 AdaptiveSingular , 00030 Other } ;