Uses of Class
org.apache.commons.math.DuplicateSampleAbscissaException

Packages that use DuplicateSampleAbscissaException
org.apache.commons.math.analysis Implementations of common numerical analysis procedures, including root finding and function interpolation. 
 

Uses of DuplicateSampleAbscissaException in org.apache.commons.math.analysis
 

Methods in org.apache.commons.math.analysis that throw DuplicateSampleAbscissaException
protected static double[] DividedDifferenceInterpolator.computeDividedDifference(double[] x, double[] y)
          Returns a copy of the divided difference array.
static double PolynomialFunctionLagrangeForm.evaluate(double[] x, double[] y, double z)
          Evaluate the Lagrange polynomial using Neville's Algorithm.
 UnivariateRealFunction DividedDifferenceInterpolator.interpolate(double[] x, double[] y)
          Computes an interpolating function for the data set.