public class NoIterationReporter extends java.lang.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)
IterationReporter
monitor
in interface IterationReporter
r
- Current residual normi
- Current iteration numberpublic void monitor(double r, Vector x, int i)
IterationReporter
monitor
in interface IterationReporter
r
- Current residual normx
- Current state vectori
- Current iteration number