|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DuplicateSampleAbscissaException | |
---|---|
org.apache.commons.math.analysis.interpolation | Univariate real functions interpolation algorithms. |
org.apache.commons.math.analysis.polynomials | Univariate real polynomials implementations, seen as differentiable univariate real functions. |
Uses of DuplicateSampleAbscissaException in org.apache.commons.math.analysis.interpolation |
---|
Methods in org.apache.commons.math.analysis.interpolation that throw DuplicateSampleAbscissaException | |
---|---|
protected static double[] |
DividedDifferenceInterpolator.computeDividedDifference(double[] x,
double[] y)
Returns a copy of the divided difference array. |
PolynomialFunctionNewtonForm |
DividedDifferenceInterpolator.interpolate(double[] x,
double[] y)
Computes an interpolating function for the data set. |
Uses of DuplicateSampleAbscissaException in org.apache.commons.math.analysis.polynomials |
---|
Methods in org.apache.commons.math.analysis.polynomials that throw DuplicateSampleAbscissaException | |
---|---|
static double |
PolynomialFunctionLagrangeForm.evaluate(double[] x,
double[] y,
double z)
Evaluate the Lagrange polynomial using Neville's Algorithm. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |