Package dev.nm.analysis.curvefit.interpolation.bivariate
-
Interface Summary Interface Description BicubicInterpolation.PartialDerivatives Specify the partial derivatives defined at points on aBivariateGrid
.BivariateGrid A rectilinear (meaning that grid lines are not necessarily equally-spaced) bivariate grid ofdouble
values.BivariateGridInterpolation A bivariate interpolation, which requires the input to form a rectilinear grid. -
Class Summary Class Description BicubicInterpolation Bicubic interpolation is the two-dimensional equivalent of cubic Hermite spline interpolation.BicubicSpline Bicubic splines are the two-dimensional equivalent of cubic splines.BilinearInterpolation Bilinear interpolation is the 2-dimensional equivalent of linear interpolation.BivariateArrayGrid Implementation ofBivariateGrid
, backed by arrays.BivariateRegularGrid A regular grid is a tessellation of n-dimensional Euclidean space by congruent parallelotopes (e.g.PartialDerivativesByCenteredDifferencing This implementation computes the partial derivatives by centered differencing.