Uses of Interface
org.apache.commons.math3.analysis.TrivariateFunction
Packages that use TrivariateFunction
Package
Description
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 TrivariateFunctionModifier and TypeClassDescriptionclassFunction that implements the tricubic spline interpolation, as proposed in Tricubic interpolation in three dimensions, F.classDeprecated.To be removed in 4.0 (see MATH-1166).Methods in org.apache.commons.math3.analysis.interpolation that return TrivariateFunctionModifier and TypeMethodDescriptionTrivariateGridInterpolator.interpolate(double[] xval, double[] yval, double[] zval, double[][][] fval) Compute an interpolating function for the dataset.