类 MicrosphereProjectionInterpolatorTest

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

public final class MicrosphereProjectionInterpolatorTest extends Object
"微球投影" 插值器的测试用例。
  • 构造器详细资料

    • MicrosphereProjectionInterpolatorTest

      public MicrosphereProjectionInterpolatorTest()
  • 方法详细资料

    • testLinearFunction2D

      public void testLinearFunction2D()
      测试平面的插值器。

      y = 2 x1 - 3 x2 + 5

    • testWrongDimensions

      public void testWrongDimensions()
    • testCopy

      public void testCopy()
    • testSizeLimit

      public void testSizeLimit()
    • testInconsistentDimensions

      public void testInconsistentDimensions()