| Package | Description |
|---|---|
| com.opengamma.strata.market.cube | |
| com.opengamma.strata.market.cube.interpolator |
| Modifier and Type | Method and Description |
|---|---|
CubeInterpolator |
InterpolatedNodalCube.getInterpolator()
Gets the underlying interpolator.
|
| Modifier and Type | Method and Description |
|---|---|
org.joda.beans.MetaProperty<CubeInterpolator> |
InterpolatedNodalCube.Meta.interpolator()
The meta-property for the
interpolator property. |
| Modifier and Type | Method and Description |
|---|---|
InterpolatedNodalCube.Builder |
InterpolatedNodalCube.Builder.interpolator(CubeInterpolator interpolator)
Sets the underlying interpolator.
|
static InterpolatedNodalCube |
InterpolatedNodalCube.of(CubeMetadata metadata,
DoubleArray xValues,
DoubleArray yValues,
DoubleArray zValues,
DoubleArray wValues,
CubeInterpolator interpolator)
Creates an interpolated cube with metadata.
|
static InterpolatedNodalCube |
InterpolatedNodalCube.ofUnsorted(CubeMetadata metadata,
DoubleArray xValues,
DoubleArray yValues,
DoubleArray zValues,
DoubleArray wValues,
CubeInterpolator interpolator)
Creates an interpolated cube with metadata, where the values are not sorted.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridCubeInterpolator
A cube interpolator that is based on three curve interpolators.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.