Review Article

Preconditioning for Sparse Linear Systems at the Dawn of the 21st Century: History, Current Developments, and Future Perspectives

Algorithm 1

IKJ variant of ILU factorization with a static pattern .
Input: Matrix , the nonzero pattern
Output: Matrix containing and
for     do
  
end
for     do
  for   and   do
  
  for     do
   
  end
end
end