us.ihmc.utilities.math.dataStructures
Class PolynomialTest
java.lang.Object
us.ihmc.utilities.math.dataStructures.PolynomialTest
public class PolynomialTest
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PolynomialTest
public PolynomialTest()
setUp
public void setUp()
tearDown
public void tearDown()
testConstructFromRealRoot
public void testConstructFromRealRoot()
testConstructFromScaleFactorAndRoots
public void testConstructFromScaleFactorAndRoots()
testConstructFromComplexPairRoot
public void testConstructFromComplexPairRoot()
testEvaluate
public void testEvaluate()
testSetQuintic
public void testSetQuintic()
testSetCubic
public void testSetCubic()
testDerivatives
public void testDerivatives()
testDoubleDerivatives
public void testDoubleDerivatives()
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()