|
SuanShu, a Java numerical and statistical library | |||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||
| 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 | |||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||