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