| Package | Description | 
|---|---|
| org.hipparchus.linear | 
 Linear algebra support. 
 | 
| Modifier and Type | Method | Description | 
|---|---|---|
IterationManager | 
IterativeLinearSolver.getIterationManager() | 
 Returns the iteration manager attached to this solver. 
 | 
| Constructor | Description | 
|---|---|
ConjugateGradient(IterationManager manager,
                 double delta,
                 boolean check) | 
 Creates a new instance of this class, with default
 stopping criterion and custom iteration manager. 
 | 
IterativeLinearSolver(IterationManager manager) | 
 Creates a new instance of this class, with custom iteration manager. 
 | 
PreconditionedIterativeLinearSolver(IterationManager 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. 
 | 
Copyright © 2016–2018 Hipparchus.org. All rights reserved.