public final class TriLinearIntervalsInterpolator extends Object implements TrivariateGridInterpolator
| Constructor and Description |
|---|
TriLinearIntervalsInterpolator() |
| Modifier and Type | Method and Description |
|---|---|
TriLinearIntervalsFunction |
interpolate(double[] xval,
double[] yval,
double[] zval,
double[][][] fval)
Compute an interpolating function for the dataset.
|
public TriLinearIntervalsFunction interpolate(double[] xval, double[] yval, double[] zval, double[][][] fval)
interpolate in interface TrivariateGridInterpolatorxval - 1st component for the interpolation points.yval - 2nd component for the interpolation points.zval - 3rd component for the interpolation points.fval - function values for the interpolation points.Copyright © 2024 CNES. All rights reserved.