|
SSJ V. labo. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectumontreal.iro.lecuyer.util.RootFinder
public class RootFinder
RootFinder
This class provides methods to solve non-linear equations.
Method Summary | |
---|---|
static double |
bisection(double a,
double b,
MathFunction f,
double tol)
. |
static double |
brentDekker(double a,
double b,
MathFunction f,
double tol)
. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static double brentDekker(double a, double b, MathFunction f, double tol)
public static double bisection(double a, double b, MathFunction f, double tol)
|
SSJ V. labo. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |