Uses of Class
no.uib.cipr.matrix.NotConvergedException.Reason

Packages that use NotConvergedException.Reason
no.uib.cipr.matrix Dense and structured sparse matrices, along with matrix factorisations and solvers. 
no.uib.cipr.matrix.sparse Unstructured sparse matrices and vectors with iterative solvers and preconditioners. 
 

Uses of NotConvergedException.Reason in no.uib.cipr.matrix
 

Fields in no.uib.cipr.matrix declared as NotConvergedException.Reason
protected  NotConvergedException.Reason NotConvergedException.reason
          The reason for this exception
 

Methods in no.uib.cipr.matrix that return NotConvergedException.Reason
 NotConvergedException.Reason NotConvergedException.getReason()
          Returns the reason for the exception
static NotConvergedException.Reason NotConvergedException.Reason.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static NotConvergedException.Reason[] NotConvergedException.Reason.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in no.uib.cipr.matrix with parameters of type NotConvergedException.Reason
NotConvergedException(NotConvergedException.Reason reason)
          Constructor for NotConvergedException.
NotConvergedException(NotConvergedException.Reason reason, java.lang.String message)
          Constructor for NotConvergedException
 

Uses of NotConvergedException.Reason in no.uib.cipr.matrix.sparse
 

Constructors in no.uib.cipr.matrix.sparse with parameters of type NotConvergedException.Reason
IterativeSolverNotConvergedException(NotConvergedException.Reason reason, IterationMonitor iter)
          Constructor for IterativeSolverNotConvergedException
IterativeSolverNotConvergedException(NotConvergedException.Reason reason, java.lang.String message, IterationMonitor iter)
          Constructor for IterativeSolverNotConvergedException