Next: 6.1.1 Givens rotation
Up: 6. Direct solvers
Previous: 6. Direct solvers
  Contents
6.1 Elimination by rotation matrices
We want to solve the system of linear equations
 |
(6.1) |
The first step of the Gauß elimination
 |
(6.2) |
is easy to vectorize by means of the DAXPY operation and
also well to parallelize if an appropriate distribution of the matrix
has been chosen.
However the procedure is numerically unstable !
Therefore an additional Pivot search with
line/column permutation is accomplished for stabilization.
This approach
is easy to vectorize but
causes a lot of communication on a distributed memory computer.
Solution

elimination via
Givens rotation
Subsections
Gundolf Haase
2000-03-20