Uses of Interface
org.hipparchus.analysis.TrivariateFunction
Package
Description
Univariate real functions interpolation algorithms.
-
Uses of TrivariateFunction in org.hipparchus.analysis.interpolation
Modifier and TypeClassDescriptionclass
Function that implements the tricubic spline interpolation, as proposed in Tricubic interpolation in three dimensions
F.Modifier and TypeMethodDescriptionTrivariateGridInterpolator.interpolate
(double[] xval, double[] yval, double[] zval, double[][][] fval) Compute an interpolating function for the dataset.