Package dev.nm.algebra.linear.matrix.doubles.matrixtype.sparse.solver.iterative.stationary
-
Class Summary Class Description GaussSeidelSolver Similar to the Jacobi method, the Gauss-Seidel method (GS) solves each equation in sequential order.JacobiSolver The Jacobi method solves sequentially n equations in a linear system Ax = b in isolation in each iteration.SORSweep SuccessiveOverrelaxationSolver The Successive Overrelaxation method (SOR), is devised by applying extrapolation to the Gauss-Seidel method.SymmetricSuccessiveOverrelaxationSolver The Symmetric Successive Overrelaxation method (SSOR) is like SOR, but it performs in each iteration one forward sweep followed by one backward sweep.