15 May
2017
15 May
'17
7:24 a.m.
On 13 May 2017, at 10:35, Bjorn Reese via Boost
wrote: Does Boost.Math contain functions for Chebyshev polynomials? Preferably a recurrent chebyshev_next().
I can find functions for Legendre, Laguerre, and Hermite polynomials, but not Chebyshev.
I second that request. Chebyshev polynomials are extremely useful in numerical applications: - evaluation does not loose precision even if the polynomial order is huge (order 1000 is no problem) - coefficients can be computed in O(N log(N)) with a FFT Best regards, Hans