SimpsonIntegral (3) - Linux Manuals

SimpsonIntegral: Integral of a one-dimensional function.

NAME

QuantLib::SimpsonIntegral - Integral of a one-dimensional function.

SYNOPSIS


#include <ql/math/integrals/simpsonintegral.hpp>

Inherits TrapezoidIntegral< Default >.

Public Member Functions


SimpsonIntegral (Real accuracy, Size maxIterations)

Protected Member Functions


Real integrate (const boost::function< Real(Real)> &f, Real a, Real b) const

Detailed Description

Integral of a one-dimensional function.

Tests

the correctness of the result is tested by checking it against known good values.

Author

Generated automatically by Doxygen for QuantLib from the source code.