Go to the source code of this file.
|
enum | GaudiMath::Integration::Inf { GaudiMath::Integration::Infinity = 0
} |
| infinity More...
|
|
enum | GaudiMath::Integration::Limit { GaudiMath::Integration::VariableLowLimit,
GaudiMath::Integration::VariableHighLimit
} |
| how to distinguish variable low and variable high limits More...
|
|
enum | GaudiMath::Integration::Type { GaudiMath::Integration::NonAdaptive,
GaudiMath::Integration::Adaptive,
GaudiMath::Integration::AdaptiveSingular,
GaudiMath::Integration::Other
} |
| type of integration (for finite limits) More...
|
|
enum | GaudiMath::Integration::Category { GaudiMath::Integration::Finite,
GaudiMath::Integration::Singular,
GaudiMath::Integration::Infinite
} |
| integration category More...
|
|
enum | GaudiMath::Integration::KronrodRule {
GaudiMath::Integration::Fixed = 0,
GaudiMath::Integration::Gauss15 = 1,
GaudiMath::Integration::Gauss21 = 2,
GaudiMath::Integration::Gauss31 = 3,
GaudiMath::Integration::Gauss41 = 4,
GaudiMath::Integration::Gauss51 = 5,
GaudiMath::Integration::Gauss61 = 6,
GaudiMath::Integration::Default = Gauss31
} |
| integration rule More...
|
|