Uses of Interface
org.apache.commons.math.analysis.interpolation.BivariateRealGridInterpolator

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

Uses of BivariateRealGridInterpolator in org.apache.commons.math.analysis.interpolation
 

Classes in org.apache.commons.math.analysis.interpolation that implement BivariateRealGridInterpolator
 class BicubicSplineInterpolator
          Generates a bicubic interpolating function.
 class SmoothingBicubicSplineInterpolator
          Deprecated. This class does not perform smoothing; the name is thus misleading. Please use BicubicSplineInterpolator instead. If smoothing is desired, a tentative implementation is provided in class SmoothingPolynomialBicubicSplineInterpolator. This class will be removed in math 3.0.
 class SmoothingPolynomialBicubicSplineInterpolator
          Generates a bicubic interpolation function.
 



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