interp_spline_test


interp_spline_test, an Octave code which calls interp_spline(), which interactively computes a cubic spline (NCS) interpolant to a function f(x) at n equally spaced points in the interval [a,b], using the "not-a-knot" condition at the endpoints.

Licensing:

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

Related Data and Programs:

interp_spline, an Octave code which interactively computes a cubic spline (NCS) interpolant to a function f(x) at n equally spaced points in the interval [a,b], using the "not-a-knot" condition at the endpoints.

Source Code:


Last revised on 08 August 2024.