Package org.ojalgo.matrix.task.iterative
package org.ojalgo.matrix.task.iterative
-
ClassDescriptionFor solving [A][x]=[b] when [A] is symmetric and positive-definite.For solving [A][x]=[b] where [A] has non-zero elements on the diagonal.For solving very large sparse equation systems – [A][x]=[b].For solving [A][x]=[b] where [A] has non-zero elements on the diagonal.Maintains a list of
Equation
:s and delegates to aIterativeSolverTask.SparseDelegate
.Experimental parallelised version ofGaussSeidelSolver
.