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

Interface DoubleIterationReporter

  • All Known Implementing Classes:
    NoDoubleIterationReporter


    public interface DoubleIterationReporter
    Reports on the progress of an iterative solver
    • Method Detail

      • monitor

        void monitor(double r,
                     DoubleMatrix1D x,
                     int i)
        Registers current information
        Parameters:
        r - Current residual norm
        x - Current state vector
        i - Current iteration number
      • monitor

        void monitor(double r,
                     int i)
        Registers current information
        Parameters:
        r - Current residual norm
        i - Current iteration number

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.