Interface BivariateGridInterpolator

    • Method Summary

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