QuantLib
A free/open-source library for quantitative finance
Reference manual - version 1.20
SimpsonIntegral Member List

This is the complete list of members for SimpsonIntegral, including all inherited members.

absoluteAccuracy() const (defined in Integrator)Integrator
absoluteError() const (defined in Integrator)Integrator
increaseNumberOfEvaluations(Size increase) const (defined in Integrator)Integratorprotected
integrate(const ext::function< Real(Real)> &f, Real a, Real b) const (defined in SimpsonIntegral)SimpsonIntegralprotected
integrationSuccess() const (defined in Integrator)Integratorvirtual
Integrator(Real absoluteAccuracy, Size maxEvaluations) (defined in Integrator)Integrator
maxEvaluations() const (defined in Integrator)Integrator
numberOfEvaluations() const (defined in Integrator)Integrator
operator()(const ext::function< Real(Real)> &f, Real a, Real b) const (defined in Integrator)Integrator
setAbsoluteAccuracy(Real) (defined in Integrator)Integrator
setAbsoluteError(Real error) const (defined in Integrator)Integratorprotected
setMaxEvaluations(Size) (defined in Integrator)Integrator
setNumberOfEvaluations(Size evaluations) const (defined in Integrator)Integratorprotected
SimpsonIntegral(Real accuracy, Size maxIterations) (defined in SimpsonIntegral)SimpsonIntegral
TrapezoidIntegral(Real accuracy, Size maxIterations) (defined in TrapezoidIntegral< Default >)TrapezoidIntegral< Default >
~Integrator() (defined in Integrator)Integratorvirtual