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