Class NaturalSplineInterpolator

  • Direct Known Subclasses:
    LogNaturalSplineHelper

    public class NaturalSplineInterpolator
    extends PiecewisePolynomialInterpolator
    Natural cubic spline interpolation.

    C2 cubic spline interpolator with the natural endpoint condition, i.e., the second derivative values are zero at the first data point and the last data point.