Class TricubicInterpolator

java.lang.Object
org.apache.commons.math4.analysis.interpolation.TricubicInterpolator
All Implemented Interfaces:
TrivariateGridInterpolator

public class TricubicInterpolator
extends java.lang.Object
implements TrivariateGridInterpolator
Generates a tricubic interpolating function.
Since:
3.4
  • Constructor Summary

    Constructors 
    Constructor Description
    TricubicInterpolator()  
  • Method Summary

    Modifier and Type Method Description
    TricubicInterpolatingFunction interpolate​(double[] xval, double[] yval, double[] zval, double[][][] fval)
    Compute an interpolating function for the dataset.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait