recursion for the chebyshev polynomials P_n More...
#include <recursion.h>
Public Member Functions | |
| ChebyshevRecursion (const double x) | |
| double | a (const unsigned int k) const |
| double | b (const unsigned int k) const |
Protected Attributes | |
| double | x_ |
recursion for the chebyshev polynomials P_n
1.7.6.1