next up previous contents
Next: 6.2.2 Parallelization of the Up: 6.2 LU factorization Previous: 6.2 LU factorization   Contents


6.2.1 Vectorization of LU factorization

The storage scheme for matrices $ A$, $ L$ and $ U$ remains the same. All vector operations are presented in square brackets with the loop variable as subscript. If not pointed out otherwise then the vectors are accesses with stride 1.
\begin{algorithmus}
% latex2html id marker 26959
[H]
\caption{LU factorization w...
...hbf{k}=1,i}$ \>\> $A$\ rowise stored! \\
END DO
\end{tabbing}\end{algorithmus}


Gundolf Haase 2000-03-20