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