Review Article

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

Algorithm 6

Recursive application for times of the -cycle AMG function ,v,u).
Input: Matrix , the known vector , the restriction and prolongation
  operators and , the smoothers , , , and
Output: Vector
if     then
 Solve
else
 Apply iterations of the smoother to
 Call
 Apply iterations of the smoother to
end