#include "Math/IFunctionfwd.h"
#include "Math/Error.h"
#include "Math/IntegratorOptions.h"
#include <vector>
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 concrete Integrator classes like ROOT::Math::GSLIntegrator. More... | |
Namespaces | |
namespace | ROOT |
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7 | |
namespace | ROOT::Math |