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