类 TricubicInterpolator

java.lang.Object
org.hipparchus.analysis.interpolation.TricubicInterpolator
所有已实现的接口:
TrivariateGridInterpolator

public class TricubicInterpolator extends Object implements TrivariateGridInterpolator
生成三次立方插值函数。
  • 构造器详细资料

    • TricubicInterpolator

      public TricubicInterpolator()
      空构造函数。

      这个构造函数并非必需,但它可以防止在JDK 18及更高版本中出现虚假的javadoc警告。

      从以下版本开始:
      3.0
  • 方法详细资料