| Package | Description | 
|---|---|
| org.hipparchus.analysis.interpolation | 
 Univariate real functions interpolation algorithms. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TricubicInterpolatingFunction | 
TricubicInterpolator.interpolate(double[] xval,
           double[] yval,
           double[] zval,
           double[][][] fval)
Compute an interpolating function for the dataset. 
 | 
Copyright © 2016–2020 Hipparchus.org. All rights reserved.