Interface TrivariateGridInterpolator

All Known Implementing Classes:
TricubicInterpolator, TricubicSplineInterpolator

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
    interpolate(double[] xval, double[] yval, double[] zval, double[][][] fval)
    Compute an interpolating function for the dataset.