|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.me.parabola.mkgmap.reader.dem.Brent
public class Brent
Find zero of a function using Brent's method.
Nested Class Summary | |
---|---|
static interface |
Brent.Function
|
Constructor Summary | |
---|---|
Brent()
|
Method Summary | |
---|---|
static double |
zero(Brent.Function f,
double x1,
double x2)
|
static double |
zero(Brent.Function f,
double x1,
double x2,
double tol,
int maxit)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Brent()
Method Detail |
---|
public static double zero(Brent.Function f, double x1, double x2)
public static double zero(Brent.Function f, double x1, double x2, double tol, int maxit)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |