diff scripts/sparse/pcr.m @ 7001:8b0cfeb06365

[project @ 2007-10-10 18:02:59 by jwe]
author jwe
date Wed, 10 Oct 2007 18:03:02 +0000
parents 2c85044aa63f
children 93c65f2a5668
line wrap: on
line diff
--- a/scripts/sparse/pcr.m	Wed Oct 10 17:51:00 2007 +0000
+++ b/scripts/sparse/pcr.m	Wed Oct 10 18:03:02 2007 +0000
@@ -92,7 +92,7 @@
 ## @item 
 ## @var{resvec} describes the convergence history of the method,
 ## so that @code{@var{resvec} (i)} contains the Euclidean norms of the 
-## residualafter the (@var{i}-1)-th iteration, @code{@var{i} =
+## residual after the (@var{i}-1)-th iteration, @code{@var{i} =
 ## 1,2, @dots{}, @var{iter}+1}.
 ## @end itemize
 ## 
@@ -291,7 +291,7 @@
   if (breakdown)
     flag = 3;
     if (nargout < 2)
-      warning ("pcr: breakdown occured:\n");
+      warning ("pcr: breakdown occurred:\n");
       warning ("system matrix singular or preconditioner indefinite?\n");
     endif
   endif