Logo ROOT   6.14/05
Reference Guide
Classes | Namespaces
VirtualIntegrator.h File Reference
#include "Math/IFunctionfwd.h"
#include "Math/Error.h"
#include "Math/IntegratorOptions.h"
#include <vector>
Include dependency graph for VirtualIntegrator.h:
This graph shows which files directly or indirectly include this file:

Classes

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 concrate Integrator classes like ROOT::Math::GSLIntegrator. More...
 

Namespaces

 ROOT
 Namespace for new ROOT classes and functions.
 
 ROOT::Math