Class CsInterpolateEx1

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

public class CsInterpolateEx1 extends Object

Computes a cubic spline.

A cubic spline interpolant to a function is computed. The value of the spline at point 0.25 is printed.
See Also:
  • Constructor Details

    • CsInterpolateEx1

      public CsInterpolateEx1()
  • Method Details

    • main

      public static void main(String[] args)