|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IterationManager | |
|---|---|
| org.apache.commons.math3.linear | Linear algebra support. |
| Uses of IterationManager in org.apache.commons.math3.linear |
|---|
| Methods in org.apache.commons.math3.linear that return IterationManager | |
|---|---|
IterationManager |
IterativeLinearSolver.getIterationManager()
Returns the iteration manager attached to this solver. |
| Constructors in org.apache.commons.math3.linear with parameters of type IterationManager | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||