comparison src/data.cc @ 6671:9042b00fc45e

[project @ 2007-05-30 06:33:29 by jwe]
author jwe
date Wed, 30 May 2007 06:35:52 +0000
parents 0fcc8d65b571
children b26a8e0e42cd
comparison
equal deleted inserted replaced
6670:14992092ab06 6671:9042b00fc45e
2452 2452
2453 // FIXME -- should use octave_idx_type for dimensions. 2453 // FIXME -- should use octave_idx_type for dimensions.
2454 2454
2455 DEFUN (reshape, args, , 2455 DEFUN (reshape, args, ,
2456 "-*- texinfo -*-\n\ 2456 "-*- texinfo -*-\n\
2457 @deftypefn {Function File} {} reshape (@var{a}, @var{m}, @var{n}, @dots{})\n\ 2457 @deftypefn {Built-in Function} {} reshape (@var{a}, @var{m}, @var{n}, @dots{})\n\
2458 @deftypefnx {Function File} {} reshape (@var{a}, @var{siz})\n\ 2458 @deftypefnx {Built-in Function} {} reshape (@var{a}, @var{siz})\n\
2459 Return a matrix with the given dimensions whose elements are taken\n\ 2459 Return a matrix with the given dimensions whose elements are taken\n\
2460 from the matrix @var{a}. The elements of the matrix are access in\n\ 2460 from the matrix @var{a}. The elements of the matrix are accessed in\n\
2461 column-major order (like Fortran arrays are stored).\n\ 2461 column-major order (like Fortran arrays are stored).\n\
2462 \n\ 2462 \n\
2463 For example,\n\ 2463 For example,\n\
2464 \n\ 2464 \n\
2465 @example\n\ 2465 @example\n\