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 UnivariateInterpolatorxval - Arguments for the interpolation points.fval - Values for the interpolation points.Copyright © 2025 CNES. All rights reserved.