Uses of Interface
com.opengamma.strata.market.curve.interpolator.BoundCurveExtrapolator
-
Packages that use BoundCurveExtrapolator Package Description com.opengamma.strata.market.curve.interpolator Interpolators for interpolating in one and two dimensions. -
-
Uses of BoundCurveExtrapolator in com.opengamma.strata.market.curve.interpolator
Methods in com.opengamma.strata.market.curve.interpolator that return BoundCurveExtrapolator Modifier and Type Method Description BoundCurveExtrapolator
CurveExtrapolator. bind(DoubleArray xValues, DoubleArray yValues, BoundCurveInterpolator interpolator)
Binds this extrapolator to a curve.Methods in com.opengamma.strata.market.curve.interpolator with parameters of type BoundCurveExtrapolator Modifier and Type Method Description BoundCurveInterpolator
BoundCurveInterpolator. bind(BoundCurveExtrapolator extrapolatorLeft, BoundCurveExtrapolator extrapolatorRight)
Binds this interpolator to the specified extrapolators.Constructors in com.opengamma.strata.market.curve.interpolator with parameters of type BoundCurveExtrapolator Constructor Description AbstractBoundCurveInterpolator(AbstractBoundCurveInterpolator base, BoundCurveExtrapolator extrapolatorLeft, BoundCurveExtrapolator extrapolatorRight)
Creates an instance.
-