QuantLib_SimpsonIntegral (3) Linux Manual Page
QuantLib::SimpsonIntegral – Integral of a one-dimensional function. Synopsis#include <ql/math/integrals/simpsonintegral.hpp> Inherits TrapezoidIntegral< Default >. Public Member FunctionsSimpsonIntegral (Real accuracy, Size maxIterations) Protected Member FunctionsReal integrate (const boost::function< Real(Real)> &f, Real a, Real b) const Detailed DescriptionIntegral of a one-dimensional function. Tests the correctness of the result is tested by checking it against known good values.AuthorGenerated automatically…
