diff src/DLD-FUNCTIONS/svd.cc @ 11533:06c80c90a246

Add undocumented function svd_driver to documentation.
author Rik <octave@nomad.inbox5.com>
date Fri, 14 Jan 2011 14:21:23 -0800
parents fd0a3ac60b0e
children 01f703952eff
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/svd.cc	Fri Jan 14 14:05:15 2011 -0800
+++ b/src/DLD-FUNCTIONS/svd.cc	Fri Jan 14 14:21:23 2011 -0800
@@ -121,6 +121,7 @@
 If given a second argument, @code{svd} returns an economy-sized\n\
 decomposition, eliminating the unnecessary rows or columns of @var{u} or\n\
 @var{v}.\n\
+@seealso{svd_driver, svds, eig}\n\
 @end deftypefn")
 {
   octave_value_list retval;
@@ -406,8 +407,9 @@
 DEFUN_DLD (svd_driver, args, nargout,
   "-*- texinfo -*-\n\
 @deftypefn {Loadable Function} {@var{old} =} svd_driver (@var{new})\n\
-Sets or queries the underlying @sc{lapack} driver used by svd.\n\
-Currently recognized are \"gesvd\" and \"gesdd\".  Default is \"gesvd\".\n\
+Set or query the underlying @sc{lapack} driver used by @code{svd}.\n\
+Currently recognized values are \"gesvd\" and \"gesdd\".  The default\n\
+is \"gesvd\".\n\
 @seealso{svd}\n\
 @end deftypefn")
 {