cern.colt.matrix.tfloat.algo.solver
Class IterativeSolverFloatNotConvergedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- cern.colt.matrix.tfloat.algo.solver.FloatNotConvergedException
-
- cern.colt.matrix.tfloat.algo.solver.IterativeSolverFloatNotConvergedException
-
- All Implemented Interfaces:
- java.io.Serializable
public class IterativeSolverFloatNotConvergedException extends FloatNotConvergedException
Exception for lack of convergence in a linear problem. Contains the final computed residual.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class cern.colt.matrix.tfloat.algo.solver.FloatNotConvergedException
FloatNotConvergedException.Reason
-
-
Constructor Summary
Constructors Constructor and Description IterativeSolverFloatNotConvergedException(FloatNotConvergedException.Reason reason, FloatIterationMonitor iter)Constructor for IterativeSolverNotConvergedExceptionIterativeSolverFloatNotConvergedException(FloatNotConvergedException.Reason reason, java.lang.String message, FloatIterationMonitor iter)Constructor for IterativeSolverNotConvergedException
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description intgetIterations()Gets the number of iterations used when this exception was thrownfloatgetResidual()Returns final computed residual-
Methods inherited from class cern.colt.matrix.tfloat.algo.solver.FloatNotConvergedException
getReason
-
-
-
-
Constructor Detail
-
IterativeSolverFloatNotConvergedException
public IterativeSolverFloatNotConvergedException(FloatNotConvergedException.Reason reason, java.lang.String message, FloatIterationMonitor iter)
Constructor for IterativeSolverNotConvergedException- Parameters:
reason- Reason for this exceptionmessage- A more detailed messageiter- Associated iteration monitor, for extracting residual and iteration number
-
IterativeSolverFloatNotConvergedException
public IterativeSolverFloatNotConvergedException(FloatNotConvergedException.Reason reason, FloatIterationMonitor iter)
Constructor for IterativeSolverNotConvergedException- Parameters:
reason- Reason for this exceptioniter- Associated iteration monitor, for extracting residual and iteration number
-
-
DMelt 3.0 © DataMelt by jWork.ORG