Package no.uib.cipr.matrix.sparse
Interface IterationReporter
- All Known Implementing Classes:
NoIterationReporter,OutputIterationReporter
public interface IterationReporter
Reports on the progress of an iterative solver
-
Method Summary
-
Method Details
-
monitor
Registers current information- Parameters:
r- Current residual normx- Current state vectori- Current iteration number
-
monitor
void monitor(double r, int i) Registers current information- Parameters:
r- Current residual normi- Current iteration number
-