3690140e3ce02017.tex
1: \begin{abstract}
2: The generalized minimal residual (GMRES) algorithm
3: %\pch{(PCH:\ added ``algorithm'')}
4: is applied to image reconstruction using linear computed tomography (CT) models.
5: The GMRES algorithm iteratively
6: %\pch{(PCH:\ changed ``directly'' to ``iteratively'' to avoid confusion
7: %with direct solvers such as LU and QR factorizations)}
8: solves square, non-symmetric linear systems and it
9: has practical application to CT when using unmatched back-projector/projector
10: pairs and when applying preconditioning.
11: %\pch{(PCH reworded this sentence:)}
12: The GMRES algorithm is demonstrated on a 3D CT image reconstruction problem
13: where it is seen that use of unmatched projection matrices
14: % leads to
15: does not prevent convergence, while
16: %and that
17: using an unmatched pair %the same system matrix implementations for
18: in the related conjugate gradients for least-squares (CGLS) algorithm
19: leads to divergent iteration.
20: Implementation of preconditioning using GMRES is also demonstrated.
21: \end{abstract}