Research Article

Sparse Cholesky Factorization on FPGA Using Parameterized Model

Algorithm 1

Right-looking Cholesky algorithm.
 Input:
 Output:
(1)
(2) for  ; ;   do
(3)     ;               
(4)     for  ; ;   do
(5)          ;
(6)     end
(7)     for  ; ;   do
(8)         if    then
(9)           for  ; ;   do
(10)              ;    
(11)          end
(12)       end
(13)   end
(14) end