Package no.uib.cipr.matrix.sparse
Class NoIterationReporter
java.lang.Object
no.uib.cipr.matrix.sparse.NoIterationReporter
- All Implemented Interfaces:
IterationReporter
An iteration reporter which does nothing.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NoIterationReporter
public NoIterationReporter()
-
-
Method Details
-
monitor
public void monitor(double r, int i) Description copied from interface:IterationReporter
Registers current information- Specified by:
monitor
in interfaceIterationReporter
- Parameters:
r
- Current residual normi
- Current iteration number
-
monitor
Description copied from interface:IterationReporter
Registers current information- Specified by:
monitor
in interfaceIterationReporter
- Parameters:
r
- Current residual normx
- Current state vectori
- Current iteration number
-