类 SplineInterpolatorTest
java.lang.Object
org.hipparchus.analysis.interpolation.UnivariateInterpolatorAbstractTest
org.hipparchus.analysis.interpolation.SplineInterpolatorTest
测试SplineInterpolator。
-
字段概要
从类继承的字段 org.hipparchus.analysis.interpolation.UnivariateInterpolatorAbstractTest
coefficientTolerance, interpolationTolerance, knotTolerance
-
构造器概要
-
方法概要
修饰符和类型方法说明protected UnivariateInterpolator
protected FieldUnivariateInterpolator
void
protected void
verifyConsistency
(PolynomialSplineFunction f, double[] x) 验证插值多项式满足一致性要求:相邻多项式在结点处必须通过两个导数保持一致从类继承的方法 org.hipparchus.analysis.interpolation.UnivariateInterpolatorAbstractTest
buildD64, checkCoeffs, testIllegalArguments, testIllegalArgumentsD64, testInterpolateLinearDegenerateThreeSegment, testInterpolateLinearDegenerateThreeSegmentD64, testInterpolateLinearDegenerateTwoSegment, testInterpolateLinearDegenerateTwoSegmentD64, verifyInterpolation, verifyInterpolation
-
构造器详细资料
-
SplineInterpolatorTest
public SplineInterpolatorTest()
-
-
方法详细资料
-
buildDoubleInterpolator
-
buildFieldInterpolator
-
testInterpolateSin
public void testInterpolateSin() -
verifyConsistency
验证插值多项式满足一致性要求:相邻多项式在结点处必须通过两个导数保持一致
-