next up previous contents
Next: 6.3.1 Parallelization by means Up: 6. Direct solvers Previous: 6.2.2 Parallelization of the   Contents


6.3 Gauß elimination of tridiagonal matrices

Let $ A$ positive definite and tridiagonal and we want to solve the system of equations

$\displaystyle A \cdot \underline{x} \;=\;\underline{f}$

via Gauß elimination.

The sequential and vectorized version of the Gauß elimination with tridiagonal matrices is easy to implement. Fig. 6.5 presents the appropriate classical elimination tree.

Figure 6.5: Tridiagonal matrix and classical elimination tree
\begin{figure}\unitlength0.05\textwidth
\mbox{}\hfill
\begin{picture}(15,11.5)
...
...(13,10){\makebox(0,0){$\scriptstyle 1$}}
\end{picture}\hfill\mbox{}
\end{figure}


Unfortunately, the classical elimination cannot be parallelized.

Subsections

Gundolf Haase 2000-03-20