|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectminimization.LineMin
public class LineMin
Constructor Summary | |
---|---|
LineMin()
|
Method Summary | |
---|---|
static double[] |
brent(double ax,
double bx,
double cx,
LineMinMethod f,
double tol)
|
static void |
mnbrak(double[] a,
double[] b,
double[] c,
LineMinMethod f)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LineMin()
Method Detail |
---|
public static double[] brent(double ax, double bx, double cx, LineMinMethod f, double tol)
public static void mnbrak(double[] a, double[] b, double[] c, LineMinMethod f)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |