Uses of Interface
dev.nm.analysis.curvefit.interpolation.bivariate.BivariateGrid
-
Packages that use BivariateGrid Package Description dev.nm.analysis.curvefit.interpolation.bivariate -
-
Uses of BivariateGrid in dev.nm.analysis.curvefit.interpolation.bivariate
Classes in dev.nm.analysis.curvefit.interpolation.bivariate that implement BivariateGrid Modifier and Type Class Description classBivariateArrayGridImplementation ofBivariateGrid, backed by arrays.classBivariateRegularGridA regular grid is a tessellation of n-dimensional Euclidean space by congruent parallelotopes (e.g.Methods in dev.nm.analysis.curvefit.interpolation.bivariate with parameters of type BivariateGrid Modifier and Type Method Description doubleBicubicInterpolation.PartialDerivatives. dx(BivariateGrid grid, int i, int j)Get the partial derivative \(\frac{\partial z}{\partial x}\), at the given position in the grid.doublePartialDerivativesByCenteredDifferencing. dx(BivariateGrid grid, int i, int j)doubleBicubicInterpolation.PartialDerivatives. dxdy(BivariateGrid grid, int i, int j)Get the cross derivative \(\frac{\partial^2 z}{\partial x \partial y}\), at the given position in the grid.doublePartialDerivativesByCenteredDifferencing. dxdy(BivariateGrid grid, int i, int j)doubleBicubicInterpolation.PartialDerivatives. dy(BivariateGrid grid, int i, int j)Get the partial derivative \(\frac{\partial z}{\partial y}\), at the given position in the grid.doublePartialDerivativesByCenteredDifferencing. dy(BivariateGrid grid, int i, int j)RealScalarFunctionBicubicInterpolation. interpolate(BivariateGrid grid)RealScalarFunctionBicubicSpline. interpolate(BivariateGrid grid)RealScalarFunctionBilinearInterpolation. interpolate(BivariateGrid grid)RealScalarFunctionBivariateGridInterpolation. interpolate(BivariateGrid grid)Constructs a real valued function from a grid of observations.
-