Uses of Interface
no.uib.cipr.matrix.sparse.IterationReporter
-
Packages that use IterationReporter Package Description no.uib.cipr.matrix.sparse -
-
Uses of IterationReporter in no.uib.cipr.matrix.sparse
Classes in no.uib.cipr.matrix.sparse that implement IterationReporter Modifier and Type Class Description class
NoIterationReporter
An iteration reporter which does nothing.class
OutputIterationReporter
Outputs iteration information to an output stream.Fields in no.uib.cipr.matrix.sparse declared as IterationReporter Modifier and Type Field Description protected IterationReporter
AbstractIterationMonitor. reporter
Iteration reporterMethods in no.uib.cipr.matrix.sparse that return IterationReporter Modifier and Type Method Description IterationReporter
AbstractIterationMonitor. getIterationReporter()
IterationReporter
IterationMonitor. getIterationReporter()
Returns current iteration reporterMethods in no.uib.cipr.matrix.sparse with parameters of type IterationReporter Modifier and Type Method Description void
AbstractIterationMonitor. setIterationReporter(IterationReporter monitor)
void
IterationMonitor. setIterationReporter(IterationReporter monitor)
Sets new iteration reporter
-