quadrule_fast_test
quadrule_fast_test,
a MATLAB code which
calls quadrule_fast(), which
implements fast and
efficient forms of several popular quadrature rules.
Licensing:
The computer code and data files made available on this web page
are distributed under
the MIT license
Related Data and Programs:
quadrule_fast,
a MATLAB code which
rapidly defines certain quadrature rules for 1D domains.
Source Code:
-
quadrule_fast_test01.m,
compares CLENSHAW_CURTIS_RULE_COMPUTE and CLENSHAW_CURTIS_RULE_SET.
-
quadrule_fast_test02.m,
tests CLENSHAW_CURTIS_RULE_COMPUTE.
-
quadrule_fast_test03.m,
tests CLENSHAW_CURTIS_INTEGRATE and CLENSHAW_CURTIS_INTEGRATE_FAST.
-
quadrule_fast_test04.m,
compares GAUSS_LEGENDRE_RULE_COMPUTE and GAUSS_LEGENDRE_RULE_SET.
-
quadrule_fast_test05.m,
tests GAUSS_LEGENDRE_RULE_COMPUTE.
-
quadrule_fast_test06.m,
tests GAUSS_LEGENDRE_INTEGRATE_FAST.
-
quadrule_fast_test07.m,
compares FEJER1_RULE_COMPUTE and FEJER1_RULE_SET.
-
quadrule_fast_test08.m,
tests FEJER1_RULE_COMPUTE.
-
quadrule_fast_test09.m,
tests FEJER1_INTEGRATE_FAST.
-
quadrule_fast_test10.m,
compares FEJER2_RULE_COMPUTE and FEJER2_RULE_SET.
-
quadrule_fast_test11.m,
tests FEJER2_RULE_COMPUTE.
-
quadrule_fast_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 25 February 2019.