changeset 5724:82247c2a7520

[project @ 2006-03-30 21:34:52 by jwe]
author jwe
date Thu, 30 Mar 2006 21:34:53 +0000
parents 7fc5276c8f2f
children c02d2aa25cfd
files src/ChangeLog src/data.cc
diffstat 2 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Thu Mar 30 12:59:27 2006 +0000
+++ b/src/ChangeLog	Thu Mar 30 21:34:53 2006 +0000
@@ -1,3 +1,7 @@
+2006-03-30  Bill Denney  <denney@seas.upenn.edu>
+
+ 	* data.cc: Include numel in @seealso.
+
 2006-03-30  David Bateman  <dbateman@free.fr>
 
 	* DLD-FUNCTIONS/fftw_wisdom.cc: Don't attempt to save wisdom to
--- 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;