Uses of Interface
no.uib.cipr.matrix.sparse.IterationReporter

Packages that use IterationReporter
no.uib.cipr.matrix.sparse Unstructured sparse matrices and vectors with iterative solvers and preconditioners. 
 

Uses of IterationReporter in no.uib.cipr.matrix.sparse
 

Classes in no.uib.cipr.matrix.sparse that implement IterationReporter
 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
protected  IterationReporter AbstractIterationMonitor.reporter
          Iteration reporter
 

Methods in no.uib.cipr.matrix.sparse that return IterationReporter
 IterationReporter AbstractIterationMonitor.getIterationReporter()
           
 IterationReporter IterationMonitor.getIterationReporter()
          Returns current iteration reporter
 

Methods in no.uib.cipr.matrix.sparse with parameters of type IterationReporter
 void AbstractIterationMonitor.setIterationReporter(IterationReporter monitor)
           
 void IterationMonitor.setIterationReporter(IterationReporter monitor)
          Sets new iteration reporter