numericalMethods.calculus.minimizing
Class Braket

java.lang.Object
  extended bynumericalMethods.calculus.minimizing.Braket
All Implemented Interfaces:
java.io.Serializable

public final class Braket
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Braket()
           
 
Method Summary
static void search(double[] t, double[] fOfT, DoubleValued f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Braket

public Braket()
Method Detail

search

public static void search(double[] t,
                          double[] fOfT,
                          DoubleValued f)