All Packages Class Hierarchy This Package Previous Next Index
Class juice.solver.ReporterSimple
java.lang.Object
|
+----juice.solver.ReporterSimple
- public class ReporterSimple
- extends Object
- implements Reporter
This very simple Reporter prints the
iteration number and the norm of the residual 0.5 |A x - b|^2
at each iteration.
-
ReporterSimple()
-
-
nextIteration()
-
-
setSolver(IterativeSolver)
-
ReporterSimple
public ReporterSimple()
setSolver
public void setSolver(IterativeSolver slv)
nextIteration
public void nextIteration()
All Packages Class Hierarchy This Package Previous Next Index