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

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

public final class NewtonRaphsonSolverTest
extends Object

Version:
$Id: NewtonRaphsonSolverTest.java 1383441 2012-09-11 14:56:39Z luc $

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

Constructor Detail

NewtonRaphsonSolverTest

public NewtonRaphsonSolverTest()
Method Detail

testSinZero

public void testSinZero()

testQuinticZero

public void testQuinticZero()


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