us.ihmc.utilities.math.dataStructures
Class PolynomialTest

java.lang.Object
  extended by us.ihmc.utilities.math.dataStructures.PolynomialTest

public class PolynomialTest
extends java.lang.Object


Constructor Summary
PolynomialTest()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testConstructFromComplexPairRoot()
           
 void testConstructFromRealRoot()
           
 void testConstructFromScaleFactorAndRoots()
           
 void testEpsilonEquals()
           
 void testEqualsZero()
           
 void testEvaluate()
           
 void testGetCoefficients()
           
 void testGetOrder()
           
 void testImmutable()
           
 void testPlus()
           
 void testTimes()
           
 void testTimesScalar()
           
 void testToString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolynomialTest

public PolynomialTest()
Method Detail

setUp

public void setUp()

tearDown

public void tearDown()

testConstructFromRealRoot

public void testConstructFromRealRoot()

testConstructFromScaleFactorAndRoots

public void testConstructFromScaleFactorAndRoots()

testConstructFromComplexPairRoot

public void testConstructFromComplexPairRoot()

testEvaluate

public void testEvaluate()

testGetOrder

public void testGetOrder()

testGetCoefficients

public void testGetCoefficients()

testImmutable

public void testImmutable()

testTimes

public void testTimes()

testTimesScalar

public void testTimesScalar()

testPlus

public void testPlus()

testEpsilonEquals

public void testEpsilonEquals()

testToString

public void testToString()

testEqualsZero

public void testEqualsZero()