Hierarchy For Package org.ojalgo.matrix.task.iterative
Class Hierarchy
- java.lang.Object
- org.ojalgo.matrix.task.iterative.IdentityPreconditioner (implements org.ojalgo.matrix.task.iterative.Preconditioner)
- org.ojalgo.matrix.task.iterative.IterativeSolverTask (implements org.ojalgo.matrix.task.SolverTask<N>)
- org.ojalgo.matrix.task.iterative.ConjugateGradientSolver
- org.ojalgo.matrix.task.iterative.GaussSeidelSolver
- org.ojalgo.matrix.task.iterative.JacobiSolver
- org.ojalgo.matrix.task.iterative.MINRESSolver
- org.ojalgo.matrix.task.iterative.ParallelGaussSeidelSolver
- org.ojalgo.matrix.task.iterative.QMRSolver
- org.ojalgo.matrix.task.iterative.IterativeSolverTask.Configurator
- org.ojalgo.matrix.task.iterative.JacobiPreconditioner (implements org.ojalgo.matrix.task.iterative.Preconditioner)
- org.ojalgo.matrix.task.iterative.MutableSolver (implements org.ojalgo.matrix.task.SolverTask<N>)
- org.ojalgo.matrix.task.iterative.SSORPreconditioner (implements org.ojalgo.matrix.task.iterative.Preconditioner)
Interface Hierarchy
- org.ojalgo.matrix.task.iterative.Preconditioner