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 BivariateGridInterpolator
xval
- abscissas for the interpolation points.yval
- ordinates for the interpolation points.fval
- function values for the interpolation points.Copyright © 2019 CNES. All Rights Reserved.