function name = p31_name ( ) %*****************************************************************************80 % %% P31_NAME returns the name of problem 31. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 02 June 2007 % % Author: % % John Burkardt % % Parameters: % % Output, string NAME, the name of the problem. % name = 'Genz #5, C0 Pseudo-Gaussian'; return end