numlinalg/RLinearAlgebra.jl

Residual Cyclic Sorted Method

vp314 opened this issue · 0 comments

vp314 commented

At an a given iterate, the equations are sorted by largest absolute residual to smallest absolute residual. The method cycles through this ordering until it is exhausted. Then, at the most recent iterate, the equations are sorted by absolute residual again.