类 BicubicInterpolatorTest

java.lang.Object
org.hipparchus.analysis.interpolation.BicubicInterpolatorTest

public final class BicubicInterpolatorTest 扩展自 Object
用于bicubic插值器的测试用例。
  • 构造器详细资料

    • BicubicInterpolatorTest

      public BicubicInterpolatorTest()
  • 方法详细资料

    • testPreconditions

      public void testPreconditions()
      测试前提条件。
    • testPlane

      public void testPlane()
      插值一个平面。

      z = 2 x - 3 y + 5

    • testParaboloid

      public void testParaboloid()
      插值一个抛物面。

      z = 2 x2 - 3 y2 + 4 x y - 5