public class Spline2DInterpolateEx3 extends Object
Computes a spline interpolant on a function and evaluates the partial derivatives.
A spline interpolant to a function $$f(x,y) = x^3y^2$$ is constructed. Then, the values of the partial derivative $$\frac{{\partial ^3 s\left( {x,y} \right)}}{{\partial x^2 2y}}$$ and the error are computed on a \(4 \times 4\) grid.Constructor and Description |
---|
Spline2DInterpolateEx3() |
public static void main(String[] args)
Copyright © 2020 Rogue Wave Software. All rights reserved.