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)=x3y2 is constructed. Then, the values of the partial derivative ∂3s(x,y)∂x22y and the error are computed on a 4×4 grid.Constructor and Description |
---|
Spline2DInterpolateEx3() |
public static void main(String[] args)
Copyright © 2020 Rogue Wave Software. All rights reserved.