Uses of Enum
no.uib.cipr.matrix.NotConvergedException.Reason
Packages that use NotConvergedException.Reason
-
Uses of NotConvergedException.Reason in no.uib.cipr.matrix
Fields in no.uib.cipr.matrix declared as NotConvergedException.ReasonModifier and TypeFieldDescriptionprotected NotConvergedException.ReasonNotConvergedException.reasonThe reason for this exceptionMethods in no.uib.cipr.matrix that return NotConvergedException.ReasonModifier and TypeMethodDescriptionNotConvergedException.getReason()Returns the reason for the exceptionstatic NotConvergedException.ReasonReturns 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.ReasonModifierConstructorDescriptionConstructor for NotConvergedException.NotConvergedException(NotConvergedException.Reason reason, 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.ReasonModifierConstructorDescriptionIterativeSolverNotConvergedException(NotConvergedException.Reason reason, String message, IterationMonitor iter) Constructor for IterativeSolverNotConvergedExceptionConstructor for IterativeSolverNotConvergedException