Uses of Class
org.ojalgo.matrix.task.iterative.StationaryIterativeSolver
-
Packages that use StationaryIterativeSolver Package Description org.ojalgo.matrix.task.iterative -
-
Uses of StationaryIterativeSolver in org.ojalgo.matrix.task.iterative
Subclasses of StationaryIterativeSolver in org.ojalgo.matrix.task.iterative Modifier and Type Class Description class
GaussSeidelSolver
For solving [A][x]=[b] where [A] has non-zero elements on the diagonal.class
JacobiSolver
For solving [A][x]=[b] where [A] has non-zero elements on the diagonal.class
ParallelGaussSeidelSolver
Experimental parallelised version ofGaussSeidelSolver
.
-