function mgmres_test ( ) %*****************************************************************************80 % %% MAIN tests the MGMRES library. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 18 October 2006 % % Author: % % John Burkardt % timestamp ( ); fprintf ( 1, '\n' ); fprintf ( 1, 'MGMRES_PRB:\n' ); fprintf ( 1, ' MATLAB version\n' ); fprintf ( 1, ' Test the MGMRES library.\n' ); mgmres_test01 ( ); mgmres_test02 ( ); % % Terminate. % fprintf ( 1, '\n' ); fprintf ( 1, 'MGMRES_PRB:\n' ); fprintf ( 1, ' Normal end of execution.\n' ); fprintf ( 1, '\n' ); timestamp ( ); return end