25 #ifndef MATHUTILS_POLYNOMIAL_H
26 #define MATHUTILS_POLYNOMIAL_H
63 double operator()(
const double)
const override;
std::vector< double > m_coef
The vector where the polynomial coefficients are stored.
Interface representing a differentiable function.
Represents a polynomial function.
double derivative(const Function &f, const double x)