$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [math] Chebyshev polynomial
From: Bjorn Reese (breese_at_[hidden])
Date: 2017-05-13 08:35:33
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.