Class CsAkimaEx1

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

public class CsAkimaEx1 extends Object

Computes the Akima cubic spline.

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

    • CsAkimaEx1

      public CsAkimaEx1()
  • Method Details

    • main

      public static void main(String[] args)