quad_fast_rule_test
quad_fast_rule_test,
a MATLAB code which
calls quad_fast_rule(), which
implements fast and
efficient forms of several popular quadrature rules.
Licensing:
The information on this web page is distributed under the MIT license.
Related Data and Programs:
quad_fast_rule,
a MATLAB code which
rapidly defines certain quadrature rules for 1D domains.
Source Code:
-
quad_fast_rule_test01.m,
compares CLENSHAW_CURTIS_RULE_COMPUTE and CLENSHAW_CURTIS_RULE_SET.
-
quad_fast_rule_test02.m,
tests CLENSHAW_CURTIS_RULE_COMPUTE.
-
quad_fast_rule_test03.m,
tests CLENSHAW_CURTIS_INTEGRATE and CLENSHAW_CURTIS_INTEGRATE_FAST.
-
quad_fast_rule_test04.m,
compares GAUSS_LEGENDRE_RULE_COMPUTE and GAUSS_LEGENDRE_RULE_SET.
-
quad_fast_rule_test05.m,
tests GAUSS_LEGENDRE_RULE_COMPUTE.
-
quad_fast_rule_test06.m,
tests GAUSS_LEGENDRE_INTEGRATE_FAST.
-
quad_fast_rule_test07.m,
compares FEJER1_RULE_COMPUTE and FEJER1_RULE_SET.
-
quad_fast_rule_test08.m,
tests FEJER1_RULE_COMPUTE.
-
quad_fast_rule_test09.m,
tests FEJER1_INTEGRATE_FAST.
-
quad_fast_rule_test10.m,
compares FEJER2_RULE_COMPUTE and FEJER2_RULE_SET.
-
quad_fast_rule_test11.m,
tests FEJER2_RULE_COMPUTE.
-
quad_fast_rule_test12.m,
tests FEJER2_INTEGRATE_FAST.
-
f1.m,
test integrand function #1.
-
f2.m,
test integrand function #2.
-
f3.m,
test integrand function #3.
Last revised on 28 April 2023.