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

Interface FloatIterationReporter

  • All Known Implementing Classes:
    NoFloatIterationReporter


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

      • monitor

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

        void monitor(float 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.