25#ifndef MATHUTILS_INTEGRABLE_H
26#define MATHUTILS_INTEGRABLE_H
56 virtual double integrate(
const double a,
const double b)
const = 0;
Interface representing an integrable function.
virtual double integrate(const double a, const double b) const =0
virtual ~Integrable()=default
Default destructor.
NAryFunction< 1 > Function
Alias for an unary function.