org.apache.commons.math3.analysis.solvers
Class BisectionSolverTest

java.lang.Object
  extended by org.apache.commons.math3.analysis.solvers.BisectionSolverTest

public final class BisectionSolverTest
extends Object

Version:
$Id: BisectionSolverTest.java 1374632 2012-08-18 18:11:11Z luc $

Constructor Summary
BisectionSolverTest()
           
 
Method Summary
 void testMath369()
           
 void testQuinticZero()
           
 void testSinZero()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BisectionSolverTest

public BisectionSolverTest()
Method Detail

testSinZero

public void testSinZero()

testQuinticZero

public void testQuinticZero()

testMath369

public void testMath369()


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