Class Spline2DInterpolateEx1

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

public class Spline2DInterpolateEx1 extends Object

Spline2DInterpolate Example 1: Computes a tensor-product spline interpolant.

A tensor-product spline interpolant to the function $$f(x,y) = x^{3} + y^2$$ is computed. The values of the interpolant and the error on a \(4 \times 4\) grid are displayed.
See Also:
  • Constructor Details

    • Spline2DInterpolateEx1

      public Spline2DInterpolateEx1()
  • Method Details

    • main

      public static void main(String[] args)