Uses of Interface
no.uib.cipr.matrix.sparse.IterationMonitor
-
Packages that use IterationMonitor Package Description no.uib.cipr.matrix.sparse -
-
Uses of IterationMonitor in no.uib.cipr.matrix.sparse
Classes in no.uib.cipr.matrix.sparse that implement IterationMonitor Modifier and Type Class Description class
AbstractIterationMonitor
Partial implementation of an iteration reporterclass
DefaultIterationMonitor
Default iteration monitor.class
MatrixIterationMonitor
Iteration monitor based on matrix norms.Fields in no.uib.cipr.matrix.sparse declared as IterationMonitor Modifier and Type Field Description protected IterationMonitor
AbstractIterativeSolver. iter
Iteration monitorMethods in no.uib.cipr.matrix.sparse that return IterationMonitor Modifier and Type Method Description IterationMonitor
AbstractIterativeSolver. getIterationMonitor()
IterationMonitor
IterativeSolver. getIterationMonitor()
Gets the iteration monitorMethods in no.uib.cipr.matrix.sparse with parameters of type IterationMonitor Modifier and Type Method Description void
AbstractIterativeSolver. setIterationMonitor(IterationMonitor iter)
void
IterativeSolver. setIterationMonitor(IterationMonitor iter)
Sets iteration monitorConstructors in no.uib.cipr.matrix.sparse with parameters of type IterationMonitor Constructor Description IterativeSolverNotConvergedException(NotConvergedException.Reason reason, java.lang.String message, IterationMonitor iter)
Constructor for IterativeSolverNotConvergedExceptionIterativeSolverNotConvergedException(NotConvergedException.Reason reason, IterationMonitor iter)
Constructor for IterativeSolverNotConvergedException
-