public class NoIterationReporter extends Object implements IterationReporter
| Constructor and Description |
|---|
NoIterationReporter() |
| Modifier and Type | Method and Description |
|---|---|
void |
monitor(double r,
int i)
Registers current information
|
void |
monitor(double r,
Vector x,
int i)
Registers current information
|
public void monitor(double r,
int i)
IterationReportermonitor in interface IterationReporterr - Current residual normi - Current iteration numberpublic void monitor(double r,
Vector x,
int i)
IterationReportermonitor in interface IterationReporterr - Current residual normx - Current state vectori - Current iteration numberCopyright © 2015. All Rights Reserved.