Interface | Description |
---|---|
BicubicInterpolation.PartialDerivatives |
Specify the partial derivatives defined at points on a
BivariateGrid . |
BivariateGrid |
A rectilinear (meaning that grid lines are not necessarily equally-spaced) bivariate
grid of
double values. |
BivariateGridInterpolation |
A bivariate interpolation, which requires the input to form a rectilinear grid.
|
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 of
BivariateGrid , 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.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.