public interface  org.apache.commons.math.analysis.interpolation.BivariateGridInterpolator extends java.lang.Object
{
public abstract org.apache.commons.math.analysis.BivariateFunction interpolate(double[], double[], double[][]) throws org.apache.commons.math.exception.NoDataException, org.apache.commons.math.exception.DimensionMismatchException, org.apache.commons.math.exception.NonMonotonicSequenceException, org.apache.commons.math.exception.NumberIsTooSmallException;
}