Uses of Package
org.ojalgo.matrix.task.iterative
Packages that use org.ojalgo.matrix.task.iterative
-
Classes in org.ojalgo.matrix.task.iterative used by org.ojalgo.matrix.task.iterativeClassDescriptionFor solving very large sparse equation systems – [A][x]=[b].
-
Classes in org.ojalgo.matrix.task.iterative used by org.ojalgo.optimisation.convexClassDescriptionFor solving very large sparse equation systems – [A][x]=[b].Maintains a list of
Equation
:s and delegates to aIterativeSolverTask.SparseDelegate
.