public class BilinearInterpolation extends Object implements BivariateGridInterpolation
| Constructor and Description |
|---|
BilinearInterpolation() |
| Modifier and Type | Method and Description |
|---|---|
RealScalarFunction |
interpolate(BivariateGrid grid)
Construct a real valued function from a grid of observations.
|
public RealScalarFunction interpolate(BivariateGrid grid)
BivariateGridInterpolationinterpolate in interface BivariateGridInterpolationgrid - the grid of observationsCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.