Package com.imsl.test.example.math
Class Spline2DInterpolateEx3
java.lang.Object
com.imsl.test.example.math.Spline2DInterpolateEx3
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
Spline2DInterpolateEx3
public Spline2DInterpolateEx3()
-
-
Method Details
-
main
-