vandermonde_interp_2d_test


vandermonde_interp_2d_test, a Fortran77 code which calls vandermonde_interp_2d(), which finds P(X,Y), a polynomial interpolant to data Z(X,Y) which depends on two independent variables X and Y, by setting up and solving a linear system involving the Vandermonde matrix.

Licensing:

The information on this web page is distributed under the MIT license.

Related Data and Programs:

vandermonde_interp_2d, a Fortran77 code which finds P(X,Y), a polynomial interpolant to data Z(X,Y) which depends on two independent variables X and Y, by setting up and solving a linear system involving the Vandermonde matrix.

Source Code:


Last revised on 11 May 2025.