Mercurial > hg > octave-nkf
diff src/data.cc @ 6945:6bbf56a9718a
[project @ 2007-10-02 20:47:22 by jwe]
author | jwe |
---|---|
date | Tue, 02 Oct 2007 20:47:23 +0000 |
parents | 86e6cf1f998a |
children | 4567a35e0777 |
line wrap: on
line diff
--- a/src/data.cc +++ b/src/data.cc @@ -2614,10 +2614,12 @@ return retval; } +// Compute various norms of the vector X. + DEFUN (__vnorm__, args, , "-*- texinfo -*-\n\ @deftypefn {Built-in Function} {} __vnorm__ (@var{x}, @var{p})\n\ -Compute various norms of the vector @var{x}.\n\ +Undocumented internal function.\n\ @end deftypefn") { octave_value retval;