Parallel Colt 0.7.2

cern.colt.matrix.tfloat.algo.solver
Class NoFloatIterationReporter

java.lang.Object
  extended by cern.colt.matrix.tfloat.algo.solver.NoFloatIterationReporter
All Implemented Interfaces:
FloatIterationReporter

public class NoFloatIterationReporter
extends Object
implements FloatIterationReporter

An iteration reporter which does nothing.


Constructor Summary
NoFloatIterationReporter()
           
 
Method Summary
 void monitor(float r, FloatMatrix1D x, int i)
          Registers current information
 void monitor(float r, int i)
          Registers current information
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoFloatIterationReporter

public NoFloatIterationReporter()
Method Detail

monitor

public void monitor(float r,
                    int i)
Description copied from interface: FloatIterationReporter
Registers current information

Specified by:
monitor in interface FloatIterationReporter
Parameters:
r - Current residual norm
i - Current iteration number

monitor

public void monitor(float r,
                    FloatMatrix1D x,
                    int i)
Description copied from interface: FloatIterationReporter
Registers current information

Specified by:
monitor in interface FloatIterationReporter
Parameters:
r - Current residual norm
x - Current state vector
i - Current iteration number

Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage