diff src/DLD-FUNCTIONS/eigs.cc @ 10840:89f4d7e294cc

Grammarcheck .cc files
author Rik <octave@nomad.inbox5.com>
date Sat, 31 Jul 2010 11:18:11 -0700
parents 3140cb7a05a1
children a4f482e66b65
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/eigs.cc	Fri Jul 30 18:59:31 2010 -0400
+++ b/src/DLD-FUNCTIONS/eigs.cc	Sat Jul 31 11:18:11 2010 -0700
@@ -286,9 +286,9 @@
 The return arguments of @code{eigs} depend on the number of return arguments\n\
 requested.  With a single return argument, a vector @var{d} of length @var{k}\n\
 is returned containing the @var{k} eigenvalues that have been found.  With two\n\
-return arguments, @var{v} is a @var{n}-by-@var{k} matrix whose columns are\n\
-the @var{k} eigenvectors corresponding to the returned eigenvalues.  The\n\
-eigenvalues themselves are returned in @var{d} in the form of a\n\
+return arguments, @var{v} is a @var{n}-by-@var{k} matrix whose columns are the\n\
+@var{k} eigenvectors corresponding to the returned eigenvalues.  The eigenvalues\n\
+themselves are returned in @var{d} in the form of a\n\
 @var{n}-by-@var{k} matrix, where the elements on the diagonal are the\n\
 eigenvalues.\n\
 \n\