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

Right-Looking Variant

 

The simplest implementation of the Cholesky factorization is generally known as the right-looking variant. The naming comes from the fact that at every stage of the algorithm, the bulk of the computation is due to the update of the part of matrix A to the right of the ``current'' column.




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

rvdg@cs.utexas.edu