类 LinearInterpolatorTest
java.lang.Object
org.hipparchus.analysis.interpolation.UnivariateInterpolatorAbstractTest
org.hipparchus.analysis.interpolation.LinearInterpolatorTest
测试线性插值器。
-
字段概要
从类继承的字段 org.hipparchus.analysis.interpolation.UnivariateInterpolatorAbstractTest
coefficientTolerance, interpolationTolerance, knotTolerance
-
构造器概要
-
方法概要
从类继承的方法 org.hipparchus.analysis.interpolation.UnivariateInterpolatorAbstractTest
buildD64, checkCoeffs, testIllegalArguments, testIllegalArgumentsD64, testInterpolateLinearDegenerateThreeSegment, testInterpolateLinearDegenerateThreeSegmentD64, testInterpolateLinearDegenerateTwoSegment, testInterpolateLinearDegenerateTwoSegmentD64, verifyInterpolation, verifyInterpolation
-
构造器详细资料
-
LinearInterpolatorTest
public LinearInterpolatorTest()
-
-
方法详细资料
-
buildDoubleInterpolator
-
buildFieldInterpolator
-
testInterpolateLinear
public void testInterpolateLinear() -
testInterpolateLinearD64
public void testInterpolateLinearD64()
-