Mercurial > hg > octave-nkf
diff scripts/sparse/svds.m @ 10846:a4f482e66b65
Grammarcheck more of the documentation.
Use @noindent macro appropriately.
Limit line length to 80 characters.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Sun, 01 Aug 2010 20:22:17 -0700 |
parents | f5f9bc8e83fc |
children | 2c356a35d7f5 |
line wrap: on
line diff
--- a/scripts/sparse/svds.m +++ b/scripts/sparse/svds.m @@ -69,6 +69,7 @@ ## @var{a}_approx = @var{u}*@var{s}*@var{v}' ## @end example ## +## @noindent ## where @var{a}_approx is a matrix of size @var{a} but only rank @var{k}. ## ## @var{flag} returns 0 if the algorithm has succesfully converged, and 1 @@ -80,8 +81,9 @@ ## @end group ## @end example ## -## @code{svds} is best for finding only a few singular values from a large sparse -## matrix. Otherwise, @code{svd (full(@var{a}))} will likely be more efficient. +## @code{svds} is best for finding only a few singular values from a large +## sparse matrix. Otherwise, @code{svd (full(@var{a}))} will likely be more +## efficient. ## @end deftypefn ## @seealso{svd, eigs}