Uses of Class
org.ojalgo.matrix.task.iterative.StationaryIterativeSolver
Packages that use StationaryIterativeSolver
-
Uses of StationaryIterativeSolver in org.ojalgo.matrix.task.iterative
Subclasses of StationaryIterativeSolver in org.ojalgo.matrix.task.iterativeModifier and TypeClassDescriptionfinal class
For solving [A][x]=[b] where [A] has non-zero elements on the diagonal.final class
For solving [A][x]=[b] where [A] has non-zero elements on the diagonal.final class
Experimental parallelised version ofGaussSeidelSolver
.