|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TrivariateFunction | |
|---|---|
| org.apache.commons.math3.analysis.interpolation | Univariate real functions interpolation algorithms. |
| Uses of TrivariateFunction in org.apache.commons.math3.analysis.interpolation |
|---|
| Classes in org.apache.commons.math3.analysis.interpolation that implement TrivariateFunction | |
|---|---|
class |
TricubicSplineInterpolatingFunction
Function that implements the tricubic spline interpolation, as proposed in Tricubic interpolation in three dimensions |
| Methods in org.apache.commons.math3.analysis.interpolation that return TrivariateFunction | |
|---|---|
TrivariateFunction |
TrivariateGridInterpolator.interpolate(double[] xval,
double[] yval,
double[] zval,
double[][][] fval)
Compute an interpolating function for the dataset. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||