]> AND Private Git Repository - GMRES2stage.git/blobdiff - paper.tex
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Relecture
[GMRES2stage.git] / paper.tex
index dd1ff68549fa8be6715b39216a1bfd2cf2c8dd47..3a51e45878d50c437d139e3d11009159adf232d1 100644 (file)
--- a/paper.tex
+++ b/paper.tex
@@ -623,8 +623,9 @@ solved using only $m$
 iterations of an iterative method, this latter being initialized with the 
 last obtained approximation. 
 GMRES method~\cite{Saad86}, or any of its variants, can potentially be used as
-inner solver. The current approximation of the Krylov method is then stored inside a matrix
-$S$ composed by the successive solutions that are computed during inner iterations.
+inner solver. The current approximation of the Krylov method is then stored inside a $n \times s$ matrix
+$S$, which is composed by the $s$ last solutions that have been computed during 
+the inner iterations phase.
 
 At each $s$ iterations, the minimization step is applied in order to
 compute a new  solution $x$. For that, the previous  residuals of $Ax=b$ are computed by