Fix: Cope with omitted diagonal blocks in outer GS loop.
Compare changes
- Max Kahnt authored
@@ -40,16 +40,24 @@ void linearStep(const M& m, V& x, const V& b, const BitVector* ignore,
@@ -172,9 +180,10 @@ namespace LocalSolverFromLinearSolver {
@@ -270,7 +279,8 @@ auto cg(size_t maxIter = LinearSolvers::defaultCgMaxIter,