public class IterativeSolverDoubleNotConvergedException extends DoubleNotConvergedException
DoubleNotConvergedException.Reason| Constructor and Description |
|---|
IterativeSolverDoubleNotConvergedException(DoubleNotConvergedException.Reason reason,
DoubleIterationMonitor iter)
Constructor for IterativeSolverNotConvergedException
|
IterativeSolverDoubleNotConvergedException(DoubleNotConvergedException.Reason reason,
String message,
DoubleIterationMonitor iter)
Constructor for IterativeSolverNotConvergedException
|
| Modifier and Type | Method and Description |
|---|---|
int |
getIterations()
Gets the number of iterations used when this exception was thrown
|
double |
getResidual()
Returns final computed residual
|
getReasonaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IterativeSolverDoubleNotConvergedException(DoubleNotConvergedException.Reason reason, String message, DoubleIterationMonitor iter)
reason - Reason for this exceptionmessage - A more detailed messageiter - Associated iteration monitor, for extracting residual and
iteration numberpublic IterativeSolverDoubleNotConvergedException(DoubleNotConvergedException.Reason reason, DoubleIterationMonitor iter)
reason - Reason for this exceptioniter - Associated iteration monitor, for extracting residual and
iteration numberJump to the Parallel Colt Homepage