Uses of Class
org.ojalgo.matrix.task.iterative.IterativeSolverTask
Packages that use IterativeSolverTask
-
Uses of IterativeSolverTask in org.ojalgo.matrix.task.iterative
Classes in org.ojalgo.matrix.task.iterative with type parameters of type IterativeSolverTaskModifier and TypeClassDescriptionclass
Maintains a list ofEquation
:s and delegates to aIterativeSolverTask.SparseDelegate
.Subclasses of IterativeSolverTask in org.ojalgo.matrix.task.iterativeModifier and TypeClassDescriptionfinal class
For solving [A][x]=[b] when [A] is symmetric and positive-definite.final 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.(package private) class
class
Maintains a list ofEquation
:s and delegates to aIterativeSolverTask.SparseDelegate
.final class
Experimental parallelised version ofGaussSeidelSolver
.class
Fields in org.ojalgo.matrix.task.iterative declared as IterativeSolverTaskModifier and TypeFieldDescriptionprivate final D
MutableSolver.myDelegate
private final IterativeSolverTask
IterativeSolverTask.Configurator.mySolver
Constructors in org.ojalgo.matrix.task.iterative with parameters of type IterativeSolverTask -
Uses of IterativeSolverTask in org.ojalgo.optimisation.convex
Subclasses of IterativeSolverTask in org.ojalgo.optimisation.convexModifier and TypeClassDescription(package private) final class
The equation system body is the (negated) Schur complement (of the Q-matrix in the full KKT-system).