| Package | Description |
|---|---|
| fr.cnes.sirius.patrius.math.linear |
| Modifier and Type | Method and Description |
|---|---|
IterationManager |
IterativeLinearSolver.getIterationManager()
Returns the iteration manager attached to this solver.
|
| Constructor and Description |
|---|
ConjugateGradient(IterationManager manager,
double deltaIn,
boolean checkIn)
Creates a new instance of this class, with default
stopping criterion and custom iteration manager.
|
IterativeLinearSolver(IterationManager managerIn)
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 deltaIn,
boolean checkIn)
Creates a new instance of this class, with default
stopping criterion and custom iteration manager.
|
Copyright © 2025 CNES. All rights reserved.