Class JacobiSolver

All Implemented Interfaces:
MatrixTask<Double>, SolverTask<Double>

public final class JacobiSolver extends StationaryIterativeSolver
For solving [A][x]=[b] where [A] has non-zero elements on the diagonal.

It's most likely better to instead use GaussSeidelSolver or ConjugateGradientSolver.