QUADPACK - Routines for Estimating Integrals

QUADPACK is a set of routines for estimating the integral of a function F(X). There are routines for nonadaptive or adaptive integration, finite, semi-infinite or fully infinite integration regions, integrands with singularities, and integrands that include a factor of SIN(X) or COS(X).

Many subroutines come in two versions, a "simple" interface and an "extended" interface. Compare, for example, the routines QAWF and QAWFE. The first one simply makes sensible choices for many parameter values. The second one gives the user full control over all the parameters.

Reference:
R Piessens, E de Doncker-Kapenger, C Ueberhuber, D Kahaner,
QUADPACK, A Subroutine Package for Automatic Integration,
Springer Verlag, 1983.

How to decide what routine to use, if your integration region is finite:

Infinite Region Decision Tree

Files you may copy include:

The list of routines includes:

Return to the FORTRAN software page.


Last revised on 10 December 2001.