| Package | Description |
|---|---|
| com.opengamma.strata.market.surface |
Definitions of surfaces.
|
| com.opengamma.strata.market.surface.interpolator |
Interpolators for surfaces.
|
| Modifier and Type | Method and Description |
|---|---|
SurfaceInterpolator |
InterpolatedNodalSurface.getInterpolator()
Gets the underlying interpolator.
|
| Modifier and Type | Method and Description |
|---|---|
org.joda.beans.MetaProperty<SurfaceInterpolator> |
InterpolatedNodalSurface.Meta.interpolator()
The meta-property for the
interpolator property. |
| Modifier and Type | Method and Description |
|---|---|
InterpolatedNodalSurface.Builder |
InterpolatedNodalSurface.Builder.interpolator(SurfaceInterpolator interpolator)
Sets the underlying interpolator.
|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridSurfaceInterpolator
A surface interpolator that is based on two curve interpolators.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.