org.apache.commons.math3.optimization.univariate
Class BracketFinderTest

java.lang.Object
  extended by org.apache.commons.math3.optimization.univariate.BracketFinderTest

public class BracketFinderTest
extends Object

Test for BracketFinder.


Constructor Summary
BracketFinderTest()
           
 
Method Summary
 void testCubicMax()
           
 void testCubicMin()
           
 void testIntervalBoundsOrdering()
           
 void testMinimumIsOnIntervalBoundary()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BracketFinderTest

public BracketFinderTest()
Method Detail

testCubicMin

public void testCubicMin()

testCubicMax

public void testCubicMax()

testMinimumIsOnIntervalBoundary

public void testMinimumIsOnIntervalBoundary()

testIntervalBoundsOrdering

public void testIntervalBoundsOrdering()


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.