public class NoFloatIterationReporter extends Object implements FloatIterationReporter
Constructor and Description |
---|
NoFloatIterationReporter() |
Modifier and Type | Method and Description |
---|---|
void |
monitor(float r,
FloatMatrix1D x,
int i)
Registers current information
|
void |
monitor(float r,
int i)
Registers current information
|
public void monitor(float r, int i)
FloatIterationReporter
monitor
in interface FloatIterationReporter
r
- Current residual normi
- Current iteration numberpublic void monitor(float r, FloatMatrix1D x, int i)
FloatIterationReporter
monitor
in interface FloatIterationReporter
r
- Current residual normx
- Current state vectori
- Current iteration numberJump to the Parallel Colt Homepage