Documentation of 'cern.colt.matrix.tfloat.algo.solver.IterativeSolverFloatNotConvergedException' Java class
IterativeSolverFloatNotConvergedException
cern.colt.matrix.tfloat.algo.solver

Class 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
    • Constructor Detail

      • IterativeSolverFloatNotConvergedException

        public IterativeSolverFloatNotConvergedException(FloatNotConvergedException.Reason reason,
                                                         java.lang.String message,
                                                         FloatIterationMonitor 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
      • IterativeSolverFloatNotConvergedException

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

      • getResidual

        public float 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.