Uses of Class
org.ojalgo.matrix.task.iterative.IterativeSolverTask
-
Packages that use IterativeSolverTask Package Description org.ojalgo.matrix.task.iterative org.ojalgo.optimisation.convex -
-
Uses of IterativeSolverTask in org.ojalgo.matrix.task.iterative
Classes in org.ojalgo.matrix.task.iterative with type parameters of type IterativeSolverTask Modifier and Type Class Description class
MutableSolver<D extends IterativeSolverTask & IterativeSolverTask.SparseDelegate>
Maintains a list ofEquation
:s and delegates to aIterativeSolverTask.SparseDelegate
.Subclasses of IterativeSolverTask in org.ojalgo.matrix.task.iterative Modifier and Type Class Description class
ConjugateGradientSolver
For solving [A][x]=[b] when [A] is symmetric and positive-definite.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.(package private) class
KrylovSubspaceSolver
class
MutableSolver<D extends IterativeSolverTask & IterativeSolverTask.SparseDelegate>
Maintains a list ofEquation
:s and delegates to aIterativeSolverTask.SparseDelegate
.class
ParallelGaussSeidelSolver
Experimental parallelised version ofGaussSeidelSolver
.class
StationaryIterativeSolver
Fields in org.ojalgo.matrix.task.iterative declared as IterativeSolverTask Modifier and Type Field Description private D
MutableSolver. myDelegate
private IterativeSolverTask
IterativeSolverTask.Configurator. mySolver
Constructors in org.ojalgo.matrix.task.iterative with parameters of type IterativeSolverTask Constructor Description Configurator(IterativeSolverTask solver)
-
Uses of IterativeSolverTask in org.ojalgo.optimisation.convex
Subclasses of IterativeSolverTask in org.ojalgo.optimisation.convex Modifier and Type Class Description (package private) class
IterativeASS.SchurComplementSolver
The equation system body is the (negated) Schur complement (of the Q-matrix in the full KKT-system).
-