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

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

Deprecated.

@Deprecated
public final class NewtonSolverTest
extends Object

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

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

Constructor Detail

NewtonSolverTest

public NewtonSolverTest()
Deprecated. 
Method Detail

testSinZero

public void testSinZero()
Deprecated. 

testQuinticZero

public void testQuinticZero()
Deprecated. 


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