org.apache.commons.math3.analysis.interpolation
Class HermiteInterpolatorTest
java.lang.Object
org.apache.commons.math3.analysis.interpolation.HermiteInterpolatorTest
public class HermiteInterpolatorTest
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HermiteInterpolatorTest
public HermiteInterpolatorTest()
testZero
public void testZero()
testQuadratic
public void testQuadratic()
testMixedDerivatives
public void testMixedDerivatives()
testRandomPolynomialsValuesOnly
public void testRandomPolynomialsValuesOnly()
testRandomPolynomialsFirstDerivative
public void testRandomPolynomialsFirstDerivative()
testSine
public void testSine()
testSquareRoot
public void testSquareRoot()
testWikipedia
public void testWikipedia()
testOnePointParabola
public void testOnePointParabola()
testEmptySample
public void testEmptySample()
testDuplicatedAbscissa
public void testDuplicatedAbscissa()
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.