diff scripts/sparse/pcg.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 be55736a0783
children 994e2a93a8e2
line wrap: on
line diff
--- a/scripts/sparse/pcg.m	Sun Aug 01 14:50:51 2010 -0400
+++ b/scripts/sparse/pcg.m	Sun Aug 01 20:22:17 2010 -0700
@@ -49,8 +49,9 @@
 ## arguments, a default value equal to 20 is used.
 ## 
 ## @item
-## @var{m} = @var{m1} * @var{m2} is the (left) preconditioning matrix, so that the iteration is
-## (theoretically) equivalent to solving by @code{pcg} @code{@var{P} *
+## @var{m} = @var{m1} * @var{m2} is the (left) preconditioning matrix, so that
+## the iteration is (theoretically) equivalent to solving by @code{pcg}
+## @code{@var{P} *
 ## @var{x} = @var{m} \ @var{b}}, with @code{@var{P} = @var{m} \ @var{a}}.
 ## Note that a proper choice of the preconditioner may dramatically
 ## improve the overall performance of the method.  Instead of matrices