Uses of Class
org.apache.commons.math4.analysis.polynomials.PolynomialFunctionNewtonForm
| Package | Description |
|---|---|
| org.apache.commons.math4.analysis.interpolation |
Univariate real functions interpolation algorithms.
|
-
Uses of PolynomialFunctionNewtonForm in org.apache.commons.math4.analysis.interpolation
Methods in org.apache.commons.math4.analysis.interpolation that return PolynomialFunctionNewtonForm Modifier and Type Method Description PolynomialFunctionNewtonFormDividedDifferenceInterpolator. interpolate(double[] x, double[] y)Compute an interpolating function for the dataset.