function name = p29_name ( ) %*****************************************************************************80 % %% P29_NAME returns the name of problem 29. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 18 March 2007 % % Author: % % John Burkardt % % Parameters: % % Output, string NAME, the name of the problem. % name = 'Genz #3 / Patterson #8, Corner Peak'; return end