public final class BiLinearIntervalsInterpolator extends Object implements BivariateGridInterpolator
| Constructor and Description |
|---|
BiLinearIntervalsInterpolator() |
| Modifier and Type | Method and Description |
|---|---|
BiLinearIntervalsFunction |
interpolate(double[] xval,
double[] yval,
double[][] fval)
Compute an interpolating function for the dataset.
|
public BiLinearIntervalsFunction interpolate(double[] xval, double[] yval, double[][] fval)
interpolate in interface BivariateGridInterpolatorxval - abscissas for the interpolation points.yval - ordinates for the interpolation points.fval - function values for the interpolation points.Copyright © 2024 CNES. All rights reserved.