|
Gaudi Framework, version v25r2 |
| Home | Generated: Wed Jun 4 2014 |
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... | |
integration category
Definition at line 32 of file Integration.h.
how to distinguish variable low and variable high limits
Definition at line 24 of file Integration.h.
type of integration (for finite limits)
Definition at line 27 of file Integration.h.