Interface TrivariateGridInterpolator

All Known Implementing Classes:
TricubicInterpolator

public interface TrivariateGridInterpolator
Interface representing a trivariate real interpolating function where the sample points must be specified on a regular grid.
Since:
2.2
  • Method Summary

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