类 TricubicInterpolatingFunctionTest
java.lang.Object
org.hipparchus.analysis.interpolation.TricubicInterpolatingFunctionTest
三次立方插值函数的测试用例。
-
构造器概要
-
方法概要
-
构造器详细资料
-
TricubicInterpolatingFunctionTest
public TricubicInterpolatingFunctionTest()
-
-
方法详细资料
-
testPreconditions
public void testPreconditions()测试前提条件。 -
testPlane
public void testPlane()测试平面。f(x, y, z) = 2 x - 3 y - 4 z + 5
-
testQuadric
public void testQuadric()测试二次曲面。f(x, y, z) = 2 x2 - 3 y2 - 4 z2 + 5 x y + 6 x z - 2 y z + 3
-
testWave
public void testWave()波浪。f(x, y, z) = a cos (ω z - kx x - ky y)
with a = 5, ω = 0.3, kx = 0.8, ky = 1.
-