Conjugate gradient squared method: Difference between revisions

Content deleted Content added
Started writing the algorithm
The Algorithm: Added citation
Line 5:
== The Algorithm ==
 
The algorithm is thus:<ref>{{cite book|author1=R. Barrett|author2=M. Berry|author3=T. F. Chan|author4=J. Demmel|author5=J. Donato|author6=J. Dongarra|author7=V. Eijkhout|author8=R. Pozo|author9=C. Romine|author10=H. Van der Vorst|title=Templates for the Solution of Linear Systems: Building Blocks for Iterative Methods, 2nd Edition|publisher=SIAM|year=1994|url=https://netlib.org/linalg/html_templates/Templates.html}}</ref>
The algorithm is thus:
 
# Choose an initial guess <math>x_0</math>
Line 12:
 
<!-- To be completed -->
 
 
== See Also ==