public interface FieldUnivariateInterpolator
Modifier and Type | Method and Description |
---|---|
<T extends RealFieldElement<T>> |
interpolate(T[] xval,
T[] yval)
Compute an interpolating function for the dataset.
|
<T extends RealFieldElement<T>> RealFieldUnivariateFunction<T> interpolate(T[] xval, T[] yval) throws MathIllegalArgumentException
T
- the type of the field elementsxval
- Arguments for the interpolation points.yval
- Values for the interpolation points.MathIllegalArgumentException
- if the arguments violate assumptions made by the interpolation
algorithm.MathIllegalArgumentException
- if arrays lengthes do not matchCopyright © 2016–2020 Hipparchus.org. All rights reserved.