QUADPACK

QUADPACK
Original author(s)Robert Piessens
Elise deDoncker-Kapenga
Christoph W. Überhuber
David Kahaner
Initial releaseMay 1981 (1981-05)
Final release
May 1987[1]
Written inFORTRAN 77
TypeLibrary
LicensePublic domain
Websitenines.cs.kuleuven.be/software/QUADPACK/

QUADPACK is a FORTRAN 77 library for numerical integration of one-dimensional functions.[2] It was included in the SLATEC Common Mathematical Library and is therefore in the public domain.[3] The individual subprograms are also available on netlib.[4]

The GNU Scientific Library reimplemented the QUADPACK routines in C. SciPy provides a Python interface to part of QUADPACK.[5][6]

The pm_quadpack module of the ParaMonte library offers a 100% type-kind-generic multi-precision implementation of QUADPACK library in modern Fortran.

  1. ^ "quadpack/changes". Netlib. Retrieved November 16, 2010.
  2. ^ Cite error: The named reference book was invoked but never defined (see the help page).
  3. ^ Fong, Kirby W.; Jefferson, Thomas H.; Suyehiro, Tokihiko; Walton, Lee (July 1993). "Guide to the SLATEC Common Mathematical Library". netlib.org. Retrieved November 13, 2010.
  4. ^ "quadpack". Netlib. Retrieved November 13, 2010.
  5. ^ Cite error: The named reference nines was invoked but never defined (see the help page).
  6. ^ "scipy.integrate.quad -- SciPy v0.14.0 Reference Guide". Retrieved 1 July 2014.