Package | Description |
---|---|
no.uib.cipr.matrix.sparse |
Unstructured sparse matrices and vectors with iterative solvers and
preconditioners.
|
Modifier and Type | Class and Description |
---|---|
class |
NoIterationReporter
An iteration reporter which does nothing.
|
class |
OutputIterationReporter
Outputs iteration information to an output stream.
|
Modifier and Type | Field and Description |
---|---|
protected IterationReporter |
AbstractIterationMonitor.reporter
Iteration reporter
|
Modifier and Type | Method and Description |
---|---|
IterationReporter |
AbstractIterationMonitor.getIterationReporter() |
IterationReporter |
IterationMonitor.getIterationReporter()
Returns current iteration reporter
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractIterationMonitor.setIterationReporter(IterationReporter monitor) |
void |
IterationMonitor.setIterationReporter(IterationReporter monitor)
Sets new iteration reporter
|