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