next up previous contents
Next: Level-2 BLAS implementation Up: Application of the Infrastructure Previous: Level-3 BLAS implementation

Left-Looking Variant

 

We now present an alternative approach to the implementation of the Cholesky factorization that is generally known as the left-looking variant. The naming comes from the fact that at every stage of the algorithm, the bulk of the computation is due to the the fact that current column of the factorization is updated using the results from factored columns to its left.




next up previous contents
Next: Level-2 BLAS implementation Up: Application of the Infrastructure Previous: Level-3 BLAS implementation

rvdg@cs.utexas.edu