TOMS446, a MATLAB library which implements ACM TOMS algorithm 446, for the manipulation of Chebyshev series, by Roger Broucke.
The text of many ACM TOMS algorithms is available online through ACM: http://calgo.acm.org/ or NETLIB: http://www.netlib.org/toms/index.html.
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
TOMS446 is available in a C version and a C++ version and a FORTRAN90 version and a MATLAB version.
BERNSTEIN, a MATLAB library which evaluates the Bernstein polynomials, useful for uniform approximation of functions;
CHEBYSHEV, a MATLAB library which computes the Chebyshev interpolant/approximant to a given function over an interval.
CHEBYSHEV_SERIES, a MATLAB library which can evaluate a Chebyshev series approximating a function f(x), while efficiently computing one, two or three derivatives of the series, which approximate f'(x), f''(x), and f'''(x), by Manfred Zimmer.
DIVDIF, a MATLAB library which computes interpolants by divided differences.
HERMITE, a MATLAB library which computes the Hermite interpolant, a polynomial that matches function values and derivatives.
SPLINE, a MATLAB library which can construct and evaluate spline interpolants and approximants.
TEST_APPROX, a MATLAB library which defines test functions for approximation and interpolation.
Original FORTRAN77 version by Roger Broucke; Matlab version by John Burkardt.