Uses of Class
no.uib.cipr.matrix.NotConvergedException.Reason
-
Packages that use NotConvergedException.Reason Package Description no.uib.cipr.matrix no.uib.cipr.matrix.sparse -
-
Uses of NotConvergedException.Reason in no.uib.cipr.matrix
Fields in no.uib.cipr.matrix declared as NotConvergedException.Reason Modifier and Type Field Description protected NotConvergedException.Reason
NotConvergedException. reason
The reason for this exceptionMethods in no.uib.cipr.matrix that return NotConvergedException.Reason Modifier and Type Method Description NotConvergedException.Reason
NotConvergedException. getReason()
Returns the reason for the exceptionstatic 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 Constructor Description 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 Constructor Description IterativeSolverNotConvergedException(NotConvergedException.Reason reason, java.lang.String message, IterationMonitor iter)
Constructor for IterativeSolverNotConvergedExceptionIterativeSolverNotConvergedException(NotConvergedException.Reason reason, IterationMonitor iter)
Constructor for IterativeSolverNotConvergedException
-