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)
DoubleIterationReportermonitor in interface DoubleIterationReporterr - Current residual normi - Current iteration numberpublic void monitor(double r,
DoubleMatrix1D x,
int i)
DoubleIterationReportermonitor in interface DoubleIterationReporterr - Current residual normx - Current state vectori - Current iteration numberJump to the Parallel Colt Homepage