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