Uses of Class
org.hipparchus.analysis.interpolation.TricubicInterpolatingFunction
Package
Description
Univariate real functions interpolation algorithms.
-
Uses of TricubicInterpolatingFunction in org.hipparchus.analysis.interpolation
Modifier and TypeMethodDescriptionTricubicInterpolator.interpolate
(double[] xval, double[] yval, double[] zval, double[][][] fval) Compute an interpolating function for the dataset.