| Package | Description |
|---|---|
| com.opengamma.strata.market.curve.interpolator |
Interpolators for interpolating in one and two dimensions.
|
| Modifier and Type | Method and Description |
|---|---|
BoundCurveExtrapolator |
CurveExtrapolator.bind(DoubleArray xValues,
DoubleArray yValues,
BoundCurveInterpolator interpolator)
Binds this extrapolator to a curve.
|
| Modifier and Type | Method and Description |
|---|---|
BoundCurveInterpolator |
BoundCurveInterpolator.bind(BoundCurveExtrapolator extrapolatorLeft,
BoundCurveExtrapolator extrapolatorRight)
Binds this interpolator to the specified extrapolators.
|
| Constructor and Description |
|---|
AbstractBoundCurveInterpolator(AbstractBoundCurveInterpolator base,
BoundCurveExtrapolator extrapolatorLeft,
BoundCurveExtrapolator extrapolatorRight)
Creates an instance.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.