quadrature_golub_welsch, a Fortran90 code which illustrates the use of the Golub Welsch technique for computing the points and weights of a Gaussian quadrature rule.
The information on this web page is distributed under the MIT license.
quadrature_golub_welsch is available in a C version and a C++ version and a Fortran90 version and a MATLAB version and an Octave version.
clenshaw_curtis_rule, a Fortran90 code which defines a Clenshaw Curtis quadrature rule.
quadrature_least_squares, a Fortran90 code which computes weights for "sub-interpolatory" quadrature rules, that is, it estimates integrals by integrating a polynomial that approximates the function data in a least squares sense.
quad_rule, a Fortran90 code which defines 1-dimensional quadrature rules.
toms655,
a Fortran90 code which
computes the weights for interpolatory quadrature rule;
this library is commonly called IQPACK;
this is a Fortran90 version of ACM TOMS algorithm 655.