C++ functions which evaluate Laguerre polynomials
L0(x):
template <class T> T L0(const T& x);
L1(x):
template <class T> T L1(const T& x);
Ln(x):
template <class T> T Ln(unsigned int n, const T& x);
This project can now be found on GitHub:
– Laguerre-polynomials
– HTTPS Clone URL: https://github.com/jachappell/Laguerre-polynomials.git
– Download ZIP