quad2d_test, a C++ code which calls quad2d(), which estimates an integral over a 2D rectangle by using a product quadrature rule.
The information on this web page is distributed under the MIT license.
quad2d, a C++ code which approximates an integral over a 2D region using a product quadrature rule, and is intended as a starting point for parallelization exercises.