toms437, a Fortran77 code which implements ACM toms algorithm 437, which carries out a product type Simpson's integration to estimate the integral from A to B of F(X) * G(X).
The text of many ACM TOMS algorithms is available online through ACM: https://www.acm.org/pubs/calgo or NETLIB: https://www.netlib.org/toms/index.html.
The information on this web page is distributed under the MIT license.
toms437 is available in a Fortran77 version.
intlib, is a Fortran77 library which estimates integrals.
QUADRULE, a Fortran90 library which can define various quadrature rules to estimate integrals.
TEST_INT, a Fortran90 library which cdefines a number of scalar functions of to test routines that estimate integrals.
toms436, a Fortran77 library which carries out product type trapezoidal integration.
toms438, a Fortran77 library which carries out product type two-point Gauss-Legendre-Simpson's integration.
toms439, a Fortran77 library which carries out product type three-point Gauss-Legendre-Simpson's integration.