LINE_NCC_RULE, a MATLAB library which computes a Newton Cotes (Closed) quadrature rule over the length of a line segment in 2D.
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
LINE_NCC_RULE is available in a C version and a C++ version and a FORTRAN90 version and a MATLAB version.
CCN_RULE, a MATLAB program which defines a nested Clenshaw Curtis quadrature rule.
CHEBYSHEV1_RULE, a MATLAB program which computes and prints a Gauss-Chebyshev type 1 quadrature rule.
CHEBYSHEV2_RULE, a MATLAB program which computes and prints a Gauss-Chebyshev type 2 quadrature rule.
CLENSHAW_CURTIS_RULE, a MATLAB program which defines a Clenshaw Curtis quadrature rule.
LEGENDRE_RULE, a MATLAB program which computes a 1D Gauss-Legendre quadrature rule.
LINE_FELIPPA_RULE, a MATLAB library which returns the points and weights of a Felippa quadrature rule over the interior of a line segment in 1D.
LINE_GRID, a MATLAB library which computes a grid of points over the interior of a line segment in 1D.
LINE_INTEGRALS, a MATLAB library which returns the exact value of the integral of any monomial over the length of the unit line in 1D.
LINE_MONTE_CARLO, a MATLAB library which applies a Monte Carlo method to estimate the integral of a function over the length of the unit line in 1D;
LINE_NCO_RULE, a MATLAB library which defines Newton-Cotes Open quadrature rules over the interior of a line segment in 1D.
PATTERSON_RULE, a MATLAB program which returns the points and weights of a 1D Gauss-Patterson quadrature rule of order 1, 3, 7, 15, 31, 63, 127, 255 or 511.
TETRAHEDRON_NCC_RULE, a MATLAB library which defines Newton-Cotes Closed quadrature rules over the interior of a tetrahedron in 3D.
TRIANGLE_FEKETE_RULE, a MATLAB library which defines Fekete rules for quadrature or interpolation over the interior of a triangle in 2D.
TRIANGLE_FELIPPA_RULE, a MATLAB library which returns Felippa's quadratures rules for approximating integrals over the interior of a triangle in 2D.
TRIANGLE_NCC_RULE, a MATLAB library which defines Newton-Cotes Closed quadrature rules over the interior of a triangle in 2D.
WEDGE_FELIPPA_RULE, a MATLAB library which returns quadratures rules for approximating integrals over the interior of the unit wedge in 3D.