Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static double |
PolynomialFunctionLagrangeForm.evaluate(double[] x,
double[] y,
double z)
Evaluate the Lagrange polynomial using
Neville's Algorithm.
|
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.