Uses of Interface
org.ojalgo.matrix.task.iterative.IterativeSolverTask.SparseDelegate
Packages that use IterativeSolverTask.SparseDelegate
-
Uses of IterativeSolverTask.SparseDelegate in org.ojalgo.matrix.task.iterative
Classes in org.ojalgo.matrix.task.iterative with type parameters of type IterativeSolverTask.SparseDelegateModifier and TypeClassDescriptionclass
Maintains a list ofEquation
:s and delegates to aIterativeSolverTask.SparseDelegate
.Classes in org.ojalgo.matrix.task.iterative that implement IterativeSolverTask.SparseDelegateModifier 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
Experimental parallelised version ofGaussSeidelSolver
.