Uses of Class
com.imsl.math.Spline

Packages that use Spline
Package
Description
Mathematical functions and algorithms.
  • Uses of Spline in com.imsl.math

    Subclasses of Spline in com.imsl.math
    Modifier and Type
    Class
    Description
    class 
    Extension of the Spline class to handle the Akima cubic spline.
    class 
    Extension of the Spline class to interpolate data points.
    class 
    Extension of the Spline class to interpolate data points with periodic boundary conditions.
    class 
    Extension of the Spline class to interpolate data points consistent with the concavity of the data.
    class 
    Extension of the Spline class to construct a smooth cubic spline from noisy data points.
    class 
    Extension of the Spline class used to construct a spline for noisy data points using an alternate method.
    class 
    Extension of the Spline class to handle a tension-continuity-bias (TCB) cubic spline, also known as a Kochanek-Bartels spline and is a generalization of the Catmull-Rom spline.
    Methods in com.imsl.math that return Spline
    Modifier and Type
    Method
    Description
    BSpline.getSpline()
    Returns a Spline representation of the B-spline.