Package | Description |
---|---|
org.apache.commons.math3.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.
|
class |
TricubicSplineInterpolatingFunction
Deprecated.
To be removed in 4.0 (see MATH-1166).
|
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 © 2003–2016 The Apache Software Foundation. All rights reserved.