KronrodIntegral Class Reference

#include <kronrodintegral.hpp>

List of all members.


Detailed Description

Integral of a 1-dimensional function using the Gauss-Kronrod method.

References: Gauss-Kronrod Integration http://mathcssun1.emporia.edu/~oneilcat/ExperimentApplet3/ExperimentApplet3.html NMS - Numerical Analysis Library http://www.math.iastate.edu/burkardt/f_src/nms/nms.html


Public Member Functions

 KronrodIntegral (double tolerance_, long maxFunctionEvaluations)
template<class F> double operator() (const F &f, double a, double b)
long functionEvaluations ()


The documentation for this class was generated from the following file:

QuantLib.org
QuantLib
Hosted by
SourceForge.net Logo
Documentation generated by
doxygen