Class DividedDifferenceInterpolator

  • All Implemented Interfaces:
    java.io.Serializable, UnivariateRealInterpolator

    public class DividedDifferenceInterpolator
    extends java.lang.Object
    implements UnivariateRealInterpolator, java.io.Serializable
    Implements the Divided Difference Algorithm for interpolation of real univariate functions. For reference, see Introduction to Numerical Analysis, ISBN 038795452X, chapter 2.

    The actual code of Neville's evaluation is in PolynomialFunctionLagrangeForm, this class provides an easy-to-use interface to it.

    Since:
    1.2
    See Also:
    Serialized Form