Documentation of 'cern.colt.matrix.tdouble.algo.solver.IterativeSolverDoubleNotConvergedException' Java class
IterativeSolverDoubleNotConvergedException
cern.colt.matrix.tdouble.algo.solver

Class IterativeSolverDoubleNotConvergedException

  • All Implemented Interfaces:
    java.io.Serializable


    public class IterativeSolverDoubleNotConvergedException
    extends DoubleNotConvergedException
    Exception for lack of convergence in a linear problem. Contains the final computed residual.
    See Also:
    Serialized Form
    • Constructor Detail

      • IterativeSolverDoubleNotConvergedException

        public IterativeSolverDoubleNotConvergedException(DoubleNotConvergedException.Reason reason,
                                                          java.lang.String message,
                                                          DoubleIterationMonitor iter)
        Constructor for IterativeSolverNotConvergedException
        Parameters:
        reason - Reason for this exception
        message - A more detailed message
        iter - Associated iteration monitor, for extracting residual and iteration number
      • IterativeSolverDoubleNotConvergedException

        public IterativeSolverDoubleNotConvergedException(DoubleNotConvergedException.Reason reason,
                                                          DoubleIterationMonitor iter)
        Constructor for IterativeSolverNotConvergedException
        Parameters:
        reason - Reason for this exception
        iter - Associated iteration monitor, for extracting residual and iteration number
    • Method Detail

      • getResidual

        public double getResidual()
        Returns final computed residual
      • getIterations

        public int getIterations()
        Gets the number of iterations used when this exception was thrown

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.