| Package | Description |
|---|---|
| com.opengamma.strata.market.cube |
| Modifier and Type | Method and Description |
|---|---|
InterpolatedNodalCube |
InterpolatedNodalCube.Builder.build() |
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.
|
InterpolatedNodalCube |
InterpolatedNodalCube.withMetadata(CubeMetadata metadata) |
InterpolatedNodalCube |
InterpolatedNodalCube.withParameter(int parameterIndex,
double newValue) |
InterpolatedNodalCube |
InterpolatedNodalCube.withPerturbation(ParameterPerturbation perturbation) |
InterpolatedNodalCube |
InterpolatedNodalCube.withWValues(DoubleArray wValues) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends InterpolatedNodalCube> |
InterpolatedNodalCube.Meta.beanType() |
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.