line_ncc_rule_test


line_ncc_rule_test, a C code which calls line_ncc_rule(), which computes a Newton Cotes Closed (NCC) quadrature rule, using equally spaced points over the interior of a line segment in 1D.

Licensing:

The information on this web page is distributed under the MIT license.

Related Data and Programs:

line_ncc_rule, a C code which computes a Newton Cotes Closed (NCC) quadrature rule, using equally spaced points, over the interior of a line segment in 1D.

Source Code:


Last revised on 12 July 2019.