chebyshev_series_test, a FORTRAN77 code which calls chebyshev_series(), which evaluates 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.
The computer code and data files made available on this web page are distributed under the GNU LGPL license.
chebyshev_series, a FORTRAN77 code which evaluates 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.