| Package | Description |
|---|---|
| com.opengamma.strata.market.surface.interpolator |
Interpolators for surfaces.
|
| Modifier and Type | Method and Description |
|---|---|
static GridSurfaceInterpolator |
GridSurfaceInterpolator.of(CurveInterpolator xInterpolator,
CurveExtrapolator xExtrapolatorLeft,
CurveExtrapolator xExtrapolatorRight,
CurveInterpolator yInterpolator,
CurveExtrapolator yExtrapolatorLeft,
CurveExtrapolator yExtrapolatorRight)
Obtains an instance from the specified interpolators and extrapolators.
|
static GridSurfaceInterpolator |
GridSurfaceInterpolator.of(CurveInterpolator xInterpolator,
CurveExtrapolator xExtrapolator,
CurveInterpolator yInterpolator,
CurveExtrapolator yExtrapolator)
Obtains an instance from the specified interpolators and extrapolators.
|
static GridSurfaceInterpolator |
GridSurfaceInterpolator.of(CurveInterpolator xInterpolator,
CurveInterpolator yInterpolator)
Obtains an instance from the specified interpolators, using flat extrapolation.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends GridSurfaceInterpolator> |
GridSurfaceInterpolator.Meta.beanType() |
org.joda.beans.BeanBuilder<? extends GridSurfaceInterpolator> |
GridSurfaceInterpolator.Meta.builder() |
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.