| Package | Description |
|---|---|
| com.opengamma.strata.market.surface |
Definitions of surfaces.
|
| Modifier and Type | Method and Description |
|---|---|
InterpolatedNodalSurface |
InterpolatedNodalSurface.Builder.build() |
static InterpolatedNodalSurface |
InterpolatedNodalSurface.of(SurfaceMetadata metadata,
DoubleArray xValues,
DoubleArray yValues,
DoubleArray zValues,
SurfaceInterpolator interpolator)
Creates an interpolated surface with metadata.
|
static InterpolatedNodalSurface |
InterpolatedNodalSurface.ofUnsorted(SurfaceMetadata metadata,
DoubleArray xValues,
DoubleArray yValues,
DoubleArray zValues,
SurfaceInterpolator interpolator)
Creates an interpolated surface with metadata, where the values are not sorted.
|
InterpolatedNodalSurface |
InterpolatedNodalSurface.withMetadata(SurfaceMetadata metadata) |
InterpolatedNodalSurface |
InterpolatedNodalSurface.withParameter(int parameterIndex,
double newValue) |
InterpolatedNodalSurface |
InterpolatedNodalSurface.withPerturbation(ParameterPerturbation perturbation) |
InterpolatedNodalSurface |
InterpolatedNodalSurface.withZValues(DoubleArray zValues) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends InterpolatedNodalSurface> |
InterpolatedNodalSurface.Meta.beanType() |
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.