Conjugate gradient squared method

This is an old revision of this page, as edited by MtPenguinMonster (talk | contribs) at 02:16, 17 July 2023 (The Algorithm: Added a step). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In numerical linear algebra, the conjugate gradient squared method (CGS) is an iterative algorithm for solving systems of linear equations of the form , particularly in cases where calculating is impractical.[1] The CGS method was developed as an improvement to the Biconjugate gradient method.[2][3]

The Algorithm

The algorithm is thus:[4]

  1. Choose an initial guess  
  2. Compute the residual  
  3. Choose another residual  
  4. Repeat the following until convergence is reached, or a maximum number of iterations is exceeded:
    1.  


See Also

References

  1. ^ Wolfram Mathworld. "Conjugate Gradient Squared Method".
  2. ^ Mathworks. "cgs".
  3. ^ Henk van der Vorst (2003). "Bi-Conjugate Gradients". Iterative Krylov Methods for Large Linear Systems. ISBN 0-521-81828-1.
  4. ^ R. Barrett; M. Berry; T. F. Chan; J. Demmel; J. Donato; J. Dongarra; V. Eijkhout; R. Pozo; C. Romine; H. Van der Vorst (1994). Templates for the Solution of Linear Systems: Building Blocks for Iterative Methods, 2nd Edition. SIAM.