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