Iterated Gauss-Seidel GMRES
Abstract
The GMRES algorithm of Saad and Schultz (1986) is an iterative method for approximately solving linear systems , with initial guess and residual . The algorithm employs the Arnoldi process to generate the Krylov basis vectors (the columns of ). It is well known that this process can be viewed as a factorization of the matrix at each iteration. Despite an loss of orthogonality, for unit roundoff and condition number , the modified Gram-Schmidt formulation was shown to be backward stable in the seminal paper by Paige et al. (2006). We present an iterated Gauss-Seidel formulation of the GMRES algorithm (IGS-GMRES) based on the ideas of Ruhe (1983) and \'{S}wirydowicz et al. (2020). IGS-GMRES maintains orthogonality to the level or , depending on the choice of one or two iterations; for two Gauss-Seidel iterations, the computed Krylov basis vectors remain orthogonal to working precision and the smallest singular value of remains close to one. The resulting GMRES method is thus backward stable. We show that IGS-GMRES can be implemented with only a single synchronization point per iteration, making it relevant to large-scale parallel computing environments. We also demonstrate that, unlike MGS-GMRES, in IGS-GMRES the relative Arnoldi residual corresponding to the computed approximate solution no longer stagnates above machine precision even for highly non-normal systems.
Cite
@article{arxiv.2205.07805,
title = {Iterated Gauss-Seidel GMRES},
author = {Stephen Thomas and Erin Carson and Miro Rozložník and Arielle Carr and Kasia Świrydowicz},
journal= {arXiv preprint arXiv:2205.07805},
year = {2023}
}
Comments
Updates to funding