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 TypeMethodDescriptionbooleanAbstractIterationMonitor.converged(double r) booleanbooleanbooleanbooleanIterationMonitor.converged(double r) Checks for convergencebooleanChecks for convergencebooleanChecks for convergencebooleanChecks for convergenceprotected abstract booleanAbstractIterationMonitor.convergedI(double r) protected abstract booleanAbstractIterationMonitor.convergedI(double r, Vector x) protected booleanDefaultIterationMonitor.convergedI(double r) protected booleanDefaultIterationMonitor.convergedI(double r, Vector x) protected booleanMatrixIterationMonitor.convergedI(double r, Vector x) Solves the given problem, writing result into the vector.