From 99819ede8e00abfefaff7e709c42952c94e96f4c Mon Sep 17 00:00:00 2001 From: raphael couturier Date: Thu, 9 Oct 2014 12:06:50 +0200 Subject: [PATCH] correct abstract --- paper.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/paper.tex b/paper.tex index 8f469bd..deff6f3 100644 --- a/paper.tex +++ b/paper.tex @@ -431,9 +431,9 @@ convergence of Krylov iterative methods, typically those of GMRES variants. The principle of our approach is to build an external iteration over the Krylov method and to save the current residual frequently (for example, for each restart of GMRES). Then after a given number of outer iterations, a minimization -step is applied on the matrix composed of the save residuals in order to compute -a better solution and make a new iteration if necessary. We prove that our -method has the same convergence property than the inner method used. Some +step is applied on the matrix composed of the saved residuals in order to +compute a better solution and make a new iteration if necessary. We prove that +our method has the same convergence property than the inner method used. Some experiments using up to 16,394 cores show that compared to GMRES our algorithm can be around 7 times faster. \end{abstract} -- 2.39.5