QUADRULE_FAST is a MATLAB library which implements fast and efficient forms of several popular quadrature rules.
The quadrature rules are defined on the interval [-1,1], and assume there is no additional weighting factor in the data.
The fast implementations are exhibited and discussed in the papers by Trefethen and Waldvogel.
CC_DISPLAY is a MATLAB program which can display various 2D Clenshaw Curtis grids.
CLENSHAW_CURTIS is a MATLAB program which can compute Clenshaw Curtis rules for 1 dimensional or multidimensional problems.
FEKETE is a MATLAB library which defines a Fekete rule for quadrature or interpolation over a triangle.
FELIPPA is a MATLAB library which defines quadrature rules for lines, triangles, quadrilaterals, pyramids, wedges, tetrahedrons and hexahedrons.
INTLIB is a FORTRAN90 library which contains a variety of routines for numerical estimation of integrals in 1D.
NINT_EXACTNESS is a MATLAB program which demonstrates how to measure the polynomial exactness of a multidimensional quadrature rule.
NINTLIB is a MATLAB library which contains a variety of routines for numerical estimation of integrals in multiple dimensions.
PRODUCT_RULE is a MATLAB program which can create a multidimensional quadrature rule as a product of one dimensional rules.
QUADPACK is a FORTRAN90 library which contains a variety of routines for numerical estimation of integrals in 1D.
QUADRATURE_TEST a MATLAB program which reads the definition of a multidimensional quadrature rule from three files, applies the rule to a number of test integrals, and prints the results.
QUADRULE is a MATLAB library which contains quadrature rules.
STROUD is a MATLAB library which contains quadrature rules for a variety of unusual areas, surfaces and volumes in 2D, 3D and N-dimensions.
TEST_INT is a MATLAB library which defines test integrands for 1D quadrature rules.
TEST_TRI_INT is a MATLAB library which can be used to test algorithms for quadrature over a triangle.
TESTPACK is a MATLAB library which define a set of integrands used to test multidimensional quadrature.
TOMS351 is a FORTRAN77 library which estimates an integral using Romberg integration.
TOMS379 is a FORTRAN77 library which estimates an integral.
TOMS418 is a FORTRAN77 library which estimates the integral of a function with a sine or cosine factor.
TOMS424 is a FORTRAN77 library which estimates the integral of a function using Clenshaw-Curtis quadrature.
TOMS468 is a FORTRAN77 library which carries out the "automatic" integration of a function.
A GZIP'ed TAR file of the contents of this directory is available.
You can go up one level to the MATLAB source codes.