Parallel Colt 0.9.4

cern.colt.matrix.tdouble.algo.solver
Class NoDoubleIterationReporter

java.lang.Object
  extended by cern.colt.matrix.tdouble.algo.solver.NoDoubleIterationReporter
All Implemented Interfaces:
DoubleIterationReporter

public class NoDoubleIterationReporter
extends Object
implements DoubleIterationReporter

An iteration reporter which does nothing.


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

Constructor Detail

NoDoubleIterationReporter

public NoDoubleIterationReporter()
Method Detail

monitor

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

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

monitor

public void monitor(double r,
                    DoubleMatrix1D x,
                    int i)
Description copied from interface: DoubleIterationReporter
Registers current information

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

Parallel Colt 0.9.4

Jump to the Parallel Colt Homepage