14-Feb-2019 08:35:06 legendre_rule_fast_test: MATLAB version Test legendre_rule_fast. 14-Feb-2019 08:35:06 LEGENDRE_RULE_FAST MATLAB version Compute a Gauss-Legendre rule for approximating Integral ( a <= x <= b ) f(x) dx of order N. The computed rule is written to 3 files: * leg_oN_w.txt - the weight file * leg_oN_x.txt - the abscissa file. * leg_oN_r.txt - the region file. The requested order N = 15 The left endpoint A = 0.000000 The right endpoint B = 2.000000 Computation required 0.009049 seconds. Weight file will be "leg_o15_w.txt". Abscissa file will be "leg_o15_x.txt". Region file will be "leg_o15_r.txt". LEGENDRE_RULE_FAST: Normal end of execution. 14-Feb-2019 08:35:06 legendre_rule_fast_test: Normal end of execution. 14-Feb-2019 08:35:06