public interface UnivariateRealInterpolator
Modifier and Type | Method and Description |
---|---|
UnivariateRealFunction |
interpolate(double[] xval,
double[] yval)
Computes an interpolating function for the data set.
|
UnivariateRealFunction interpolate(double[] xval, double[] yval) throws MathException
xval
- the arguments for the interpolation pointsyval
- the values for the interpolation pointsMathException
- if arguments violate assumptions made by the
interpolation algorithm"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"