%% BRENT_TEST tests BRENT. % % Modified: % % 17 April 2008 % % Author: % % John Burkardt % clear timestamp; fprintf ( 1, '\n' ); fprintf ( 1, 'BRENT_TEST\n' ); fprintf ( 1, ' MATLAB version.\n' ); fprintf ( 1, '\n' ); fprintf ( 1, ' Test the routines in the BRENT library.\n' ); test_zero_all; test_localm_all; test_local_min_rc_all; test_glomin_all; fprintf ( 1, '\n' ); fprintf ( 1, 'BRENT_TEST\n' ); fprintf ( 1, ' Normal end of execution.\n' ); fprintf ( 1, '\n' ); timestamp;