Uses of Class
org.hipparchus.analysis.polynomials.PolynomialFunctionNewtonForm
Package
Description
Univariate real functions interpolation algorithms.
-
Uses of PolynomialFunctionNewtonForm in org.hipparchus.analysis.interpolation
Modifier and TypeMethodDescriptionDividedDifferenceInterpolator.interpolate
(double[] x, double[] y) Compute an interpolating function for the dataset.