function m = p05_m ( ) %*****************************************************************************80 % %% P05_M returns the spatial dimension for problem 5. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 15 February 2012 % % Author: % % John Burkardt % % Reference: % % Harald Niederreiter, Kevin McCurley, % Optimization of functions by quasi-random search methods, % Computing, % Volume 22, Number 2, 1979, pages 119-123. % % Parameters: % % Output, integer M, the spatial dimension. % m = 4; return end