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.Constructor and Description |
---|
Spline2DInterpolateEx2() |
public static void main(String[] args)
Copyright © 2020 Rogue Wave Software. All rights reserved.