diff src/data.cc @ 5724:82247c2a7520

[project @ 2006-03-30 21:34:52 by jwe]
author jwe
date Thu, 30 Mar 2006 21:34:53 +0000
parents 24f6a13878c2
children c7d5a534afa5
line wrap: on
line diff
--- a/src/data.cc	Thu Mar 30 12:59:27 2006 +0000
+++ b/src/data.cc	Thu Mar 30 21:34:53 2006 +0000
@@ -969,6 +969,7 @@
   "-*- texinfo -*-\n\
 @deftypefn {Built-in Function} {} numel (@var{a})\n\
 Returns the number of elements in the object @var{a}.\n\
+@seealso{size}\n\
 @end deftypefn")
 {
   octave_value retval;
@@ -1022,6 +1023,7 @@
 \n\
 @noindent\n\
 returns the number of columns in the given matrix.\n\
+@seealso{numel}\n\
 @end deftypefn")
 {
   octave_value_list retval;
@@ -1118,7 +1120,7 @@
   "-*- texinfo -*-\n\
 @deftypefn {Built-in Function} {} rows (@var{a})\n\
 Return the number of rows of @var{a}.\n\
-@seealso{size, columns, length, isscalar, isvector, ismatrix}\n\
+@seealso{size, numel, columns, length, isscalar, isvector, ismatrix}\n\
 @end deftypefn")
 {
   octave_value retval;
@@ -1135,7 +1137,7 @@
   "-*- texinfo -*-\n\
 @deftypefn {Built-in Function} {} columns (@var{a})\n\
 Return the number of columns of @var{a}.\n\
-@seealso{size, rows, length, isscalar, isvector, and ismatrix}\n\
+@seealso{size, numel, rows, length, isscalar, isvector, and ismatrix}\n\
 @end deftypefn")
 {
   octave_value retval;