quad_fast_rule, a MATLAB 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 information on this web page is distributed under the MIT license.
quad_fast_rule is available in a MATLAB version and an Octave version.
matlab_rule, a MATLAB code which computes a quadrature rule which estimates the integral of a function f(x), which might be defined over a one dimensional region (a line) or more complex shapes such as a circle, a triangle, a quadrilateral, a polygon, or a higher dimensional region, and which might include an associated weight function w(x).