Uses of Package
org.apache.commons.math.analysis.interpolation

Packages that use org.apache.commons.math.analysis.interpolation
org.apache.commons.math.analysis.interpolation Univariate real functions interpolation algorithms. 
 

Classes in org.apache.commons.math.analysis.interpolation used by org.apache.commons.math.analysis.interpolation
BicubicSplineInterpolatingFunction
          Function that implements the bicubic spline interpolation.
BicubicSplineInterpolator
          Generates a bicubic interpolating function.
BivariateRealGridInterpolator
          Interface representing a bivariate real interpolating function where the sample points must be specified on a regular grid.
MultivariateRealInterpolator
          Interface representing a univariate real interpolating function.
TricubicSplineInterpolatingFunction
          Function that implements the tricubic spline interpolation, as proposed in Tricubic interpolation in three dimensions
F.
TrivariateRealGridInterpolator
          Interface representing a trivariate real interpolating function where the sample points must be specified on a regular grid.
UnivariateRealInterpolator
          Interface representing a univariate real interpolating function.
 



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