comparison src/data.cc @ 11912:4751f7502e9b release-3-0-x

Cross reference between postpad and resize
author Francesco Potortì <pot@gnu.org>
date Mon, 12 Jan 2009 10:57:46 +0100
parents b12aa8aef1c0
children
comparison
equal deleted inserted replaced
11911:7ca65d747250 11912:4751f7502e9b
2668 If only @var{m} is supplied and it is a scalar, the dimension of the\n\ 2668 If only @var{m} is supplied and it is a scalar, the dimension of the\n\
2669 result is @var{m}-by-@var{m}. If @var{m} is a vector, then the\n\ 2669 result is @var{m}-by-@var{m}. If @var{m} is a vector, then the\n\
2670 dimensions of the result are given by the elements of @var{m}.\n\ 2670 dimensions of the result are given by the elements of @var{m}.\n\
2671 If both @var{m} and @var{n} are scalars, then the dimensions of\n\ 2671 If both @var{m} and @var{n} are scalars, then the dimensions of\n\
2672 the result are @var{m}-by-@var{n}.\n\ 2672 the result are @var{m}-by-@var{n}.\n\
2673 @seealso{reshape}\n\ 2673 @seealso{reshape, postpad}\n\
2674 @end deftypefn") 2674 @end deftypefn")
2675 { 2675 {
2676 octave_value retval; 2676 octave_value retval;
2677 int nargin = args.length (); 2677 int nargin = args.length ();
2678 2678