Class CsTCBEx1

java.lang.Object
com.imsl.test.example.math.CsTCBEx1

public class CsTCBEx1 extends Object

Computes the Kochanek-Bartels cubic spline.

This example interpolates to a set of points with a Kochanek-Bartels cubic spline. At \(x\) = 3, the continuity and tension parameters are \(-1\). At all other points, they are zero. Interpolated values are then printed.
See Also:
  • Constructor Details

    • CsTCBEx1

      public CsTCBEx1()
  • Method Details

    • main

      public static void main(String[] args)