25#ifndef MATHUTILS_MATHUTILS_NUMERCALINTEGRATION_ADAPTATIVEINTEGRATION_H_
26#define MATHUTILS_MATHUTILS_NUMERCALINTEGRATION_ADAPTATIVEINTEGRATION_H_
27#include "ElementsKernel/Real.h"
51template <
typename Quadrature>
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 numerical integration scheme.
NAryFunction< 1 > Function
Alias for an unary function.