|
| class | ROOT::Math::VirtualIntegrator |
| | Abstract class for all numerical integration methods (1D and multi-dim) Interface defining the common methods for the numerical integrator classes of one and multi dimensions The derived class VirtualIntegratorOneDim defines the methods for one-dimensional integration. More...
|
| class | ROOT::Math::VirtualIntegratorMultiDim |
| | Interface (abstract) class for multi numerical integration It must be implemented by the concrete Integrator classes like ROOT::Math::GSLMCIntegrator. More...
|
| class | ROOT::Math::VirtualIntegratorOneDim |
| | Interface (abstract) class for 1D numerical integration It must be implemented by the concrete Integrator classes like ROOT::Math::GSLIntegrator. More...
|