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