line_integrals, a C++ code which returns the exact value of the integral of any monomial along the length of the unit monomial in 1D.
The length of the unit line in 1D is defined by
0 <= x <= 1
The integrands are all of the form
f(x) = x^ewhere the exponent is a nonnegative integer.
The information on this web page is distributed under the MIT license.
line_integrals is available in a C version and a C++ version and a Fortran90 version and a MATLAB version and an Octave version and a Python version.
cpp_integrals, a C++ code which returns the exact value of the integral of any monomial over a line, square, cube, a polygon, a circle, a disk, a sphere, a ball, a triangle, a tetrahedron, a simplex, and various other geometric regions.
line_fekete_rule, a C++ code which approximates the location of Fekete points in an interval [A,B]. A family of sets of Fekete points, indexed by size N, represents an excellent choice for defining a polynomial interpolant.
line_felippa_rule, a C++ code which returns the points and weights of a Felippa quadrature rule over the interior of a line segment in 1D.
line_grid, a C++ code which computes a grid of points over the interior of a line segment in 1D.
line_monte_carlo, a C++ code which uses the Monte Carlo method to estimate the integral of a function over the length of the unit line in 1D.
line_ncc_rule, a C++ code which computes a Newton Cotes Closed (NCC) quadrature rule for the line, that is, for an interval of the form [A,B], using equally spaced points which include the endpoints.
line_nco_rule, a C++ code which computes a Newton Cotes Open (NCO) quadrature rule, using equally spaced points, over the interior of a line segment in 1D.