| Package | Description |
|---|---|
| org.apache.commons.math.analysis.interpolation |
Univariate real functions interpolation algorithms.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TricubicSplineInterpolatingFunction
Function that implements the
tricubic spline interpolation, as proposed in
Tricubic interpolation in three dimensions |
| Modifier and Type | Method and Description |
|---|---|
TrivariateRealFunction |
TrivariateRealGridInterpolator.interpolate(double[] xval,
double[] yval,
double[] zval,
double[][][] fval)
Computes an interpolating function for the data set.
|
Copyright © 2003–2015. All rights reserved.