Uses of Class
no.uib.cipr.matrix.sparse.IterativeSolverNotConvergedException
Packages that use IterativeSolverNotConvergedException
-
Uses of IterativeSolverNotConvergedException in no.uib.cipr.matrix.sparse
Methods in no.uib.cipr.matrix.sparse that throw IterativeSolverNotConvergedExceptionModifier and TypeMethodDescriptionboolean
AbstractIterationMonitor.converged
(double r) boolean
boolean
boolean
boolean
IterationMonitor.converged
(double r) Checks for convergenceboolean
Checks for convergenceboolean
Checks for convergenceboolean
Checks for convergenceprotected abstract boolean
AbstractIterationMonitor.convergedI
(double r) protected abstract boolean
AbstractIterationMonitor.convergedI
(double r, Vector x) protected boolean
DefaultIterationMonitor.convergedI
(double r) protected boolean
DefaultIterationMonitor.convergedI
(double r, Vector x) protected boolean
MatrixIterationMonitor.convergedI
(double r, Vector x) Solves the given problem, writing result into the vector.