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

Private GIT Repository
Merge
authorChristophe Guyeux <guyeux@gmail.com>
Fri, 10 Oct 2014 12:44:09 +0000 (14:44 +0200)
committerChristophe Guyeux <guyeux@gmail.com>
Fri, 10 Oct 2014 12:44:09 +0000 (14:44 +0200)
Merge branch 'master' of ssh://info.iut-bm.univ-fcomte.fr/GMRES2stage

paper.tex

index 063cbf9acbeb195e2500a1bbacaa905fa9327143..4e407309a44605787351dec9043baa5b54742bc7 100644 (file)
--- a/paper.tex
+++ b/paper.tex
@@ -760,8 +760,9 @@ Each step of the TSIRM algorithm \\
 $\min_{\alpha \in \mathbb{R}^s} ||b-R\alpha ||_2 = \min_{\alpha \in \mathbb{R}^s} ||b-AS\alpha ||_2$
 
 $\begin{array}{ll}
-& = \min_{x \in Vect\left(x_0, x_1, \hdots, x_{k-1} \right)} ||b-AS\alpha ||_2\\
-& \leqslant \min_{x \in Vect\left( S_{k-1} \right)} ||b-Ax ||_2\\
+& = \min_{x \in Vect\left(S_{k-s}, S_{k-s+1}, \hdots, S_{k-1} \right)} ||b-AS\alpha ||_2\\
+& = \min_{x \in Vect\left(x_{k-s}, x_{k-s}+1, \hdots, x_{k-1} \right)} ||b-AS\alpha ||_2\\
+& \leqslant \min_{x \in Vect\left( x_{k-1} \right)} ||b-Ax ||_2\\
 & \leqslant ||b-Ax_{k-1}||
 \end{array}$
 \end{proof}