Gauss-Seidel is itself an optimization to speed up convergence by reducing number of iterations needed, so one must be careful to make sure that increasing parallelism does not come at cost of so many increased iterations that it is not worth the tradeoff.
Gauss-Seidel is itself an optimization to speed up convergence by reducing number of iterations needed, so one must be careful to make sure that increasing parallelism does not come at cost of so many increased iterations that it is not worth the tradeoff.