cern.colt.matrix.tfloat.algo.solver
Class NoFloatIterationReporter
- java.lang.Object
-
- cern.colt.matrix.tfloat.algo.solver.NoFloatIterationReporter
-
- All Implemented Interfaces:
- FloatIterationReporter
public class NoFloatIterationReporter extends java.lang.Object implements FloatIterationReporter
An iteration reporter which does nothing.
-
-
Constructor Summary
Constructors Constructor and Description NoFloatIterationReporter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidmonitor(float r, FloatMatrix1D x, int i)Registers current informationvoidmonitor(float r, int i)Registers current information
-
-
-
Method Detail
-
monitor
public void monitor(float r, int i)Description copied from interface:FloatIterationReporterRegisters current information- Specified by:
monitorin interfaceFloatIterationReporter- Parameters:
r- Current residual normi- Current iteration number
-
monitor
public void monitor(float r, FloatMatrix1D x, int i)Description copied from interface:FloatIterationReporterRegisters current information- Specified by:
monitorin interfaceFloatIterationReporter- Parameters:
r- Current residual normx- Current state vectori- Current iteration number
-
-
DMelt 3.0 © DataMelt by jWork.ORG