Uses of Interface
org.apache.commons.math3.analysis.TrivariateFunction

Packages that use TrivariateFunction
org.apache.commons.math3.analysis.interpolation 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 TrivariateFunction
 class TricubicSplineInterpolatingFunction
          Function that implements the tricubic spline interpolation, as proposed in Tricubic interpolation in three dimensions
F.
 

Methods in org.apache.commons.math3.analysis.interpolation that return TrivariateFunction
 TrivariateFunction TrivariateGridInterpolator.interpolate(double[] xval, double[] yval, double[] zval, double[][][] fval)
          Compute an interpolating function for the dataset.
 



Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.