Uses of Class
org.hipparchus.util.IterationManager
Packages that use IterationManager
- 
Uses of IterationManager in org.hipparchus.linear
Methods in org.hipparchus.linear that return IterationManagerModifier and TypeMethodDescriptionIterativeLinearSolver.getIterationManager()Returns the iteration manager attached to this solver.Constructors in org.hipparchus.linear with parameters of type IterationManagerModifierConstructorDescriptionConjugateGradient(IterationManager manager, double delta, boolean check) Creates a new instance of this class, with default stopping criterion and custom iteration manager.protectedIterativeLinearSolver(IterationManager manager) Creates a new instance of this class, with custom iteration manager.Creates a new instance of this class, with custom iteration manager.SymmLQ(IterationManager manager, double delta, boolean check) Creates a new instance of this class, with default stopping criterion and custom iteration manager.