public interface SurfaceInterpolator
| Modifier and Type | Method and Description |
|---|---|
BoundSurfaceInterpolator |
bind(DoubleArray xValues,
DoubleArray yValues,
DoubleArray zValues)
Binds this interpolator to a surface.
|
BoundSurfaceInterpolator bind(DoubleArray xValues, DoubleArray yValues, DoubleArray zValues)
The bind process takes the definition of the interpolator and combines it with the x-y-z values. This allows implementations to optimize interpolation calculations.
xValues - the x-values of the surface, must be sorted from low to highyValues - the y-values of the surface, must be sorted from low to high within xzValues - the z-values of the surfaceCopyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.