Conjugate gradient squared method: Difference between revisions

Content deleted Content added
The Algorithm: Added citation
The Algorithm: Added a step
Line 10:
# Compute the residual <math>r_0 = b - Ax_0</math>
# Choose another residual <math>\tilde r_0 = r_0</math>
# Repeat the following until convergence is reached, or a maximum number of iterations is exceeded:
## <math>\rho = \tilde r^Tr</math>
 
<!-- To be completed -->