Interface CubicSpline<C, I extends BoundedFloatFunction<C>>

All Superinterfaces:
BoundedFloatFunction<C>
All Known Implementing Classes:
CubicSpline.Constant, CubicSpline.Multipoint

public interface CubicSpline<C, I extends BoundedFloatFunction<C>> extends BoundedFloatFunction<C>