Class Spline2DInterpolateEx2

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

public class Spline2DInterpolateEx2 extends Object

Spline2DInterpolate Example 2: Computes the 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. Notice that the first interpolant with order = \(3\) does not reproduce the cubic data, while the second interpolant with order = \(6\) does reproduce the data.
See Also:
  • Constructor Details

    • Spline2DInterpolateEx2

      public Spline2DInterpolateEx2()
  • Method Details

    • main

      public static void main(String[] args)