| Package | Description |
|---|---|
| com.opengamma.strata.market.curve.interpolator |
Interpolators for interpolating in one and two dimensions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBoundCurveInterpolator
Abstract interpolator implementation.
|
| Modifier and Type | Method and Description |
|---|---|
BoundCurveInterpolator |
BoundCurveInterpolator.bind(BoundCurveExtrapolator extrapolatorLeft,
BoundCurveExtrapolator extrapolatorRight)
Binds this interpolator to the specified extrapolators.
|
BoundCurveInterpolator |
CurveInterpolator.bind(DoubleArray xValues,
DoubleArray yValues)
Binds this interpolator to a curve where no extrapolation is permitted.
|
default BoundCurveInterpolator |
CurveInterpolator.bind(DoubleArray xValues,
DoubleArray yValues,
CurveExtrapolator extrapolatorLeft,
CurveExtrapolator extrapolatorRight)
Binds this interpolator to a curve specifying the extrapolators to use.
|
| Modifier and Type | Method and Description |
|---|---|
BoundCurveExtrapolator |
CurveExtrapolator.bind(DoubleArray xValues,
DoubleArray yValues,
BoundCurveInterpolator interpolator)
Binds this extrapolator to a curve.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.