Uses of Interface
org.apache.commons.math.analysis.interpolation.BivariateRealGridInterpolator
-
Packages that use BivariateRealGridInterpolator Package Description 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 Modifier and Type Class Description classBicubicSplineInterpolatorGenerates a bicubic interpolating function.classSmoothingBicubicSplineInterpolatorDeprecated.This class does not perform smoothing; the name is thus misleading.classSmoothingPolynomialBicubicSplineInterpolatorGenerates a bicubic interpolation function.
-