us.ihmc.utilities.math
Class TestNewtonRaphsonMethod

java.lang.Object
  extended by us.ihmc.utilities.math.TestNewtonRaphsonMethod

public class TestNewtonRaphsonMethod
extends java.lang.Object


Constructor Summary
TestNewtonRaphsonMethod()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testThirdOrderPolynomial()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestNewtonRaphsonMethod

public TestNewtonRaphsonMethod()
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Throws:
java.lang.Exception

tearDown

public void tearDown()
              throws java.lang.Exception
Throws:
java.lang.Exception

testThirdOrderPolynomial

public void testThirdOrderPolynomial()