chebyshev_series_test, a C++ code which calls chebyshev_series() to 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).
The information on this web page is distributed under the MIT license.
chebyshev_series, a C++ code which can evaluate a Chebyshev series approximating a function f(x), while efficiently computing one, two or three derivatives of the series, to approximate f'(x), f''(x), and f'''(x), by Manfred Zimmer.