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.interpolatorClasses in com.opengamma.strata.market.curve.interpolator that implement BoundCurveInterpolator Modifier and Type Class Description classAbstractBoundCurveInterpolatorAbstract interpolator implementation.Methods in com.opengamma.strata.market.curve.interpolator that return BoundCurveInterpolator Modifier and Type Method Description BoundCurveInterpolatorBoundCurveInterpolator. bind(BoundCurveExtrapolator extrapolatorLeft, BoundCurveExtrapolator extrapolatorRight)Binds this interpolator to the specified extrapolators.BoundCurveInterpolatorCurveInterpolator. bind(DoubleArray xValues, DoubleArray yValues)Binds this interpolator to a curve where no extrapolation is permitted.default BoundCurveInterpolatorCurveInterpolator. 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 BoundCurveExtrapolatorCurveExtrapolator. bind(DoubleArray xValues, DoubleArray yValues, BoundCurveInterpolator interpolator)Binds this extrapolator to a curve.
 
-