Package | Description |
---|---|
no.uib.cipr.matrix.sparse |
Unstructured sparse matrices and vectors with iterative solvers and
preconditioners.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractIterationMonitor
Partial implementation of an iteration reporter
|
class |
DefaultIterationMonitor
Default iteration monitor.
|
class |
MatrixIterationMonitor
Iteration monitor based on matrix norms.
|
Modifier and Type | Field and Description |
---|---|
protected IterationMonitor |
AbstractIterativeSolver.iter
Iteration monitor
|
Modifier and Type | Method and Description |
---|---|
IterationMonitor |
IterativeSolver.getIterationMonitor()
Gets the iteration monitor
|
IterationMonitor |
AbstractIterativeSolver.getIterationMonitor() |
Modifier and Type | Method and Description |
---|---|
void |
IterativeSolver.setIterationMonitor(IterationMonitor iter)
Sets iteration monitor
|
void |
AbstractIterativeSolver.setIterationMonitor(IterationMonitor iter) |
Constructor and Description |
---|
IterativeSolverNotConvergedException(NotConvergedException.Reason reason,
IterationMonitor iter)
Constructor for IterativeSolverNotConvergedException
|
IterativeSolverNotConvergedException(NotConvergedException.Reason reason,
String message,
IterationMonitor iter)
Constructor for IterativeSolverNotConvergedException
|
Copyright © 2013. All Rights Reserved.