GL_DISPLAY, a MATLAB library which displays the abscissas used in a 2D Gauss-Legendre product quadrature rule.
The computer code and data files made available on this web page are distributed under the GNU LGPL license.
GL_DISPLAY is available in a MATLAB version.
BOX_PLOT, a MATLAB program which can color in specified entries of a checkerboard, corresponding to pairs of integer data.
CC_DISPLAY, a MATLAB library which displays a Clenshaw Curtis product rule quadrature grids in 2D.
CIRCLE_GRID_DISPLAY, a MATLAB program which reads a matrix of integers, and draws a corresponding grid of circles filled with color.
CLENSHAW_CURTIS_RULE, a MATLAB library which defines a Clenshaw Curtis quadrature rule.
FEKETE, a MATLAB library which defines a Fekete rule for quadrature or interpolation over a triangle.
gl_display, a MATLAB program which displays the points used in a 2D Gauss-Legendre quadrature rule;
GRID_DISPLAY, a MATLAB library which can display a 2D or 3D grid or sparse grid.
GRIDLINES, a MATLAB library which gives the user more control over drawing gridlines on a graph than the builtin "grid on" command.
NESTED_SEQUENCE_DISPLAY, a MATLAB program which displays a set of nested sequences.
PLY_DISPLAY, a MATLAB program which displays an image of a 3D graphics file in PLY format;
QUADRULE, a MATLAB library which defines quadrature rules.
STROUD, a MATLAB library which defines quadrature rules for a variety of unusual areas, surfaces and volumes in 2D, 3D and N-dimensions.
TENSOR_GRID_DISPLAY, a MATLAB program which can display the grid points of a tensor product rule used for interpolation or quadrature, in 1D, 2D or 3D.
GL_GRID_SQUARE_DISPLAY displays Gauss-Legendre grids in which the orders of each dimension are equal.
GL_GRID_DISPLAY displays Gauss-Legendre grids in which the orders of each dimension are arbitrary.
GL_GRIDS_MINMAX_DISPLAY displays all Gauss-Legendre grids in which the orders of each dimension sum to a value Q between QMIN and QMAX.
GL_LEVELS_MINMAX_DISPLAY displays all Gauss-Legendre grids in which the levels of each dimension sum to a value LEVEL between LEVEL_MIN and LEVEL_MAX.