quad_fast_rule, an Octave code 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.
The computer code and data files made available on this web page are distributed under the MIT license
quad_fast_rule is available in a MATLAB version and an Octave version.
clenshaw_curtis_rule, an Octave code which can compute Clenshaw Curtis rules for 1 dimensional or multidimensional problems.
product_rule, an Octave code which can create a multidimensional quadrature rule as a product of one dimensional rules.
quad_rule, an Octave code which contains quadrature rules.
stroud, an Octave code which contains quadrature rules for a variety of unusual areas, surfaces and volumes in 2D, 3D and N-dimensions.