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.


Constructor Index

 o ReporterSimple()

Method Index

 o nextIteration()
 o setSolver(IterativeSolver)

Constructors

 o ReporterSimple
 public ReporterSimple()

Methods

 o setSolver
 public void setSolver(IterativeSolver slv)
 o nextIteration
 public void nextIteration()

All Packages  Class Hierarchy  This Package  Previous  Next  Index