public class BicubicInterpolation extends Object implements BivariateGridInterpolation
CubicHermite| Modifier and Type | Class and Description |
|---|---|
static interface |
BicubicInterpolation.PartialDerivatives
Specify the partial derivatives defined at points on a
BivariateGrid. |
| Constructor and Description |
|---|
BicubicInterpolation()
Create a new instance which computes the partial derivatives using
PartialDerivativesByCenteredDifferencing. |
BicubicInterpolation(BicubicInterpolation.PartialDerivatives derivatives)
Create a new instance which uses the given derivatives to interpolate.
|
| Modifier and Type | Method and Description |
|---|---|
RealScalarFunction |
interpolate(BivariateGrid grid)
Construct a real valued function from a grid of observations.
|
public BicubicInterpolation()
PartialDerivativesByCenteredDifferencing.public BicubicInterpolation(BicubicInterpolation.PartialDerivatives derivatives)
derivatives - the derivatives used for the interpolationpublic RealScalarFunction interpolate(BivariateGrid grid)
BivariateGridInterpolationinterpolate in interface BivariateGridInterpolationgrid - the grid of observationsCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.