Interface MultivariateInterpolator

All Known Implementing Classes:
MicrosphereInterpolator, MicrosphereProjectionInterpolator

public interface MultivariateInterpolator
Interface representing a univariate real interpolating function.
Since:
2.1
  • Method Summary

    Modifier and Type
    Method
    Description
    interpolate(double[][] xval, double[] yval)
    Computes an interpolating function for the data set.