25#ifndef MATHUTILS_MATHUTILS_NUMERCALINTEGRATION_ADAPTATIVEINTEGRATION_H_
26#define MATHUTILS_MATHUTILS_NUMERCALINTEGRATION_ADAPTATIVEINTEGRATION_H_
51template <
typename Quadrature>
Class implementing the NumericalIntegrationScheme interface.
AdaptativeIntegration(double relative_precision, int initial_order)
Constructor.
double operator()(const Function &function, double min, double max) override
Functional call.
double m_relative_precion
Interface class representing a function with an arbitrary number of parameters.
Interface class representing a numerical integration scheme.