| Package | Description | 
|---|---|
| org.hipparchus.analysis.interpolation | 
 Univariate real functions interpolation algorithms. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TricubicInterpolatingFunction
Function that implements the
 
 tricubic spline interpolation, as proposed in
 
  Tricubic interpolation in three dimensions 
F.  | 
| Modifier and Type | Method and Description | 
|---|---|
TrivariateFunction | 
TrivariateGridInterpolator.interpolate(double[] xval,
           double[] yval,
           double[] zval,
           double[][][] fval)
Compute an interpolating function for the dataset. 
 | 
Copyright © 2016–2017 Hipparchus.org. All rights reserved.