All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class juice.solver.TerminatorSimple

java.lang.Object
   |
   +----juice.solver.TerminatorSimple

public class TerminatorSimple
extends Object
implements Terminator
This very simple Terminator: it stops after a fixed number of iterations or when the relativeResidual is smaller than a given tolerance.


Constructor Index

 o TerminatorSimple()
 o TerminatorSimple(int, float)

Method Index

 o hasMoreIterations()
 o setSolver(IterativeSolver)

Constructors

 o TerminatorSimple
 public TerminatorSimple(int iter,
                         float tol)
 o TerminatorSimple
 public TerminatorSimple()

Methods

 o setSolver
 public void setSolver(IterativeSolver slv)
 o hasMoreIterations
 public boolean hasMoreIterations()

All Packages  Class Hierarchy  This Package  Previous  Next  Index