minimization
Class LineMin

java.lang.Object
  extended by minimization.LineMin

public class LineMin
extends java.lang.Object


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

LineMin

public LineMin()
Method Detail

brent

public static double[] brent(double ax,
                             double bx,
                             double cx,
                             LineMinMethod f,
                             double tol)

mnbrak

public static void mnbrak(double[] a,
                          double[] b,
                          double[] c,
                          LineMinMethod f)