org.agmodel.bioinfo.common
Class BisectionBean

java.lang.Object
  extended byorg.agmodel.bioinfo.common.BisectionBean
All Implemented Interfaces:
java.io.Serializable

public class BisectionBean
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Nested Class Summary
static interface BisectionBean.Function
           
 
Constructor Summary
BisectionBean()
           
 
Method Summary
static double solve(BisectionBean.Function f, double a, double b, double tolerance)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BisectionBean

public BisectionBean()
Method Detail

solve

public static double solve(BisectionBean.Function f,
                           double a,
                           double b,
                           double tolerance)