JuliaLinearAlgebra / AlgebraicMultigrid.jl

Algebraic Multigrid in Julia
Other
117 stars 23 forks source link

Bug in symmetric sweep #26

Closed ranjanan closed 6 years ago

ranjanan commented 6 years ago

The current implementation calls n iterations of n iterationsForwardSweep() and BackwardSweep() each. (n^2). Should only do n times.