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 Object
- implements FloatIterationReporter
An iteration reporter which does nothing.
|
Method Summary |
void |
monitor(float r,
FloatMatrix1D x,
int i)
Registers current information |
void |
monitor(float r,
int i)
Registers current information |
NoFloatIterationReporter
public NoFloatIterationReporter()
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 normi - 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 normx - Current state vectori - Current iteration number
Jump to the Parallel Colt Homepage