Uses of Interface
org.apache.commons.math3.analysis.interpolation.BivariateGridInterpolator
-
Packages that use BivariateGridInterpolator Package Description org.apache.commons.math3.analysis.interpolation Univariate real functions interpolation algorithms. -
-
Uses of BivariateGridInterpolator in org.apache.commons.math3.analysis.interpolation
Classes in org.apache.commons.math3.analysis.interpolation that implement BivariateGridInterpolator Modifier and Type Class Description class
BicubicInterpolator
Generates abicubic interpolating function
.class
BicubicSplineInterpolator
Deprecated.as of 3.4 replaced byPiecewiseBicubicSplineInterpolator
class
PiecewiseBicubicSplineInterpolator
Generates a piecewise-bicubic interpolating function.class
SmoothingPolynomialBicubicSplineInterpolator
Deprecated.To be removed in 4.0 (see MATH-1166).
-