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