Uses of Interface
com.opengamma.strata.market.curve.interpolator.BoundCurveInterpolator
-
Packages that use BoundCurveInterpolator Package Description com.opengamma.strata.market.curve.interpolator Interpolators for interpolating in one and two dimensions. -
-
Uses of BoundCurveInterpolator in com.opengamma.strata.market.curve.interpolator
Classes in com.opengamma.strata.market.curve.interpolator that implement BoundCurveInterpolator Modifier and Type Class Description class
AbstractBoundCurveInterpolator
Abstract interpolator implementation.Methods in com.opengamma.strata.market.curve.interpolator that return BoundCurveInterpolator Modifier and Type Method 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.Methods in com.opengamma.strata.market.curve.interpolator with parameters of type BoundCurveInterpolator Modifier and Type Method Description BoundCurveExtrapolator
CurveExtrapolator. bind(DoubleArray xValues, DoubleArray yValues, BoundCurveInterpolator interpolator)
Binds this extrapolator to a curve.
-