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