| Package | Description |
|---|---|
| com.opengamma.strata.market.surface |
Definitions of surfaces.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InterpolatedNodalSurface
A surface based on interpolation between a number of nodal points.
|
| Modifier and Type | Method and Description |
|---|---|
NodalSurface |
NodalSurface.withMetadata(SurfaceMetadata metadata)
Returns a new surface with the specified metadata.
|
NodalSurface |
NodalSurface.withParameter(int parameterIndex,
double newValue) |
default NodalSurface |
NodalSurface.withPerturbation(ParameterPerturbation perturbation) |
NodalSurface |
NodalSurface.withZValues(DoubleArray values)
Returns a new surface with the specified values.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.