public final class UniLinearIntervalsInterpolator extends Object implements UnivariateInterpolator
Constructor and Description |
---|
UniLinearIntervalsInterpolator() |
Modifier and Type | Method and Description |
---|---|
UniLinearIntervalsFunction |
interpolate(double[] xval,
double[] fval)
Compute an interpolating function for the dataset.
|
public UniLinearIntervalsFunction interpolate(double[] xval, double[] fval)
interpolate
in interface UnivariateInterpolator
xval
- Arguments for the interpolation points.fval
- Values for the interpolation points.Copyright © 2023 CNES. All rights reserved.