Uses of Package
org.ojalgo.matrix.task.iterative
-
Packages that use org.ojalgo.matrix.task.iterative Package Description org.ojalgo.matrix.task.iterative org.ojalgo.optimisation.convex -
Classes in org.ojalgo.matrix.task.iterative used by org.ojalgo.matrix.task.iterative Class Description IterativeSolverTask Base class for iterative solvers of large linear systems [A][x]=[b].IterativeSolverTask.Configurator Preconditioner Pluggable preconditioner for iterative linear system solvers.SSORPreconditioner Symmetric Successive Over-Relaxation (SSOR) preconditioner with relaxation factor omega (ω). -
Classes in org.ojalgo.matrix.task.iterative used by org.ojalgo.optimisation.convex Class Description IterativeSolverTask Base class for iterative solvers of large linear systems [A][x]=[b].MutableSolver Lightweight mutable wrapper around a list ofEquationrows that delegates solving to anIterativeSolverTask.Preconditioner Pluggable preconditioner for iterative linear system solvers.