Interface BivariateGridInterpolation

    • Method Detail

      • interpolate

        RealScalarFunction interpolate​(BivariateGrid grid)
        Constructs a real valued function from a grid of observations.
        Parameters:
        grid - the grid of observations
        Returns:
        the interpolated function