25#ifndef quantlib_gauss_lobatto_integral_hpp
26#define quantlib_gauss_lobatto_integral_hpp
56 bool useConvergenceEstimate =
true);
Integral of a one-dimensional function.
Real calculateAbsTolerance(const std::function< Real(Real)> &f, Real a, Real b) const
Real integrate(const std::function< Real(Real)> &f, Real a, Real b) const override
const bool useConvergenceEstimate_
Real adaptivGaussLobattoStep(const std::function< Real(Real)> &f, Real a, Real b, Real fa, Real fb, Real is) const
template class providing a null value for a given type.
Classes and functions for error handling.
std::function< Real(Real)> b
std::size_t Size
size of a container
Integrators base class definition.