diff src/DLD-FUNCTIONS/svd.cc @ 12584:7ef7e20057fa stable

Improve documentation strings in Linear Algebra chapter.
author Rik <octave@nomad.inbox5.com>
date Fri, 08 Apr 2011 12:44:40 -0700
parents 12df7854fa7c
children 5fa482628bf6
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/svd.cc	Thu Apr 07 14:44:01 2011 -0700
+++ b/src/DLD-FUNCTIONS/svd.cc	Fri Apr 08 12:44:40 2011 -0700
@@ -48,7 +48,7 @@
 Compute the singular value decomposition of @var{A}\n\
 @tex\n\
 $$\n\
- A = U S V^H\n\
+ A = U S V^{\\dagger}\n\
 $$\n\
 @end tex\n\
 @ifnottex\n\
@@ -406,8 +406,9 @@
 
 DEFUN_DLD (svd_driver, args, nargout,
   "-*- texinfo -*-\n\
-@deftypefn {Loadable Function} {@var{old} =} svd_driver (@var{new})\n\
-Set or query the underlying @sc{lapack} driver used by @code{svd}.\n\
+@deftypefn  {Loadable Function} {@var{val} =} svd_driver ()\n\
+@deftypefnx {Loadable Function} {@var{old_val} =} svd_driver (@var{new_val})\n\
+Query or set 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\