org.apache.commons.math.optimization.univariate
Class BrentMinimizerTest

java.lang.Object
  extended by org.apache.commons.math.optimization.univariate.BrentMinimizerTest

public final class BrentMinimizerTest
extends Object

Version:
$Revision: 799857 $ $Date: 2009-08-01 09:07:12 -0400 (Sat, 01 Aug 2009) $

Constructor Summary
BrentMinimizerTest()
           
 
Method Summary
 void testMinEndpoints()
           
 void testQuinticMax()
           
 void testQuinticMin()
           
 void testSinMin()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrentMinimizerTest

public BrentMinimizerTest()
Method Detail

testSinMin

public void testSinMin()
                throws org.apache.commons.math.MathException
Throws:
org.apache.commons.math.MathException

testQuinticMin

public void testQuinticMin()
                    throws org.apache.commons.math.MathException
Throws:
org.apache.commons.math.MathException

testQuinticMax

public void testQuinticMax()
                    throws org.apache.commons.math.MathException
Throws:
org.apache.commons.math.MathException

testMinEndpoints

public void testMinEndpoints()
                      throws Exception
Throws:
Exception


Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.