SuanShu, a Java numerical and statistical library

Package com.numericalmethod.suanshu.matrix.doubles.matrixtype.sparse.solver.iterative.stationary

Class Summary
GaussSeidelSolver Similar to the Jacobi method, Gauss-Seidel method (GS) solves each equation in sequential order.
JacobiSolver In each iteration, Jacobi method solves n equations in the linear system Ax = b in isolation sequentially.
SorSweep This is a building block for SOR and SSOR to perform forward or backward sweep.
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.
 


SuanShu, a Java numerical and statistical library

Copyright © 2011 Numerical Method Inc. Ltd. All Rights Reserved.