Uses of Class
org.apache.commons.math4.analysis.interpolation.TricubicInterpolatingFunction
| Package | Description |
|---|---|
| org.apache.commons.math4.analysis.interpolation |
Univariate real functions interpolation algorithms.
|
-
Uses of TricubicInterpolatingFunction in org.apache.commons.math4.analysis.interpolation
Methods in org.apache.commons.math4.analysis.interpolation that return TricubicInterpolatingFunction Modifier and Type Method Description TricubicInterpolatingFunctionTricubicInterpolator. interpolate(double[] xval, double[] yval, double[] zval, double[][][] fval)Compute an interpolating function for the dataset.