Next: 5.1.2 Parallelized CG
Up: 5.1 CG method
Previous: 5.1 CG method
  Contents
5.1.1 Sequential algorithm
If matrix
in (5.1) is symmetric (i.e.,
) and
positive definite (i.e.,
),
then we may use the CG method for solving (5.1).
Algorithm 5.1 presents this method in combination
with a preconditioner
.
Vectorization of the classical CG (
) is trivial but the use of a
preconditioner may cause troubles
(see also 5.8).
The same holds for parallelization.
Gundolf Haase
2000-03-20