#include <boost/math/special_functions/math_fwd.hpp>#include <boost/math/tools/config.hpp>#include <boost/math/policies/error_handling.hpp>

Namespaces | |
| boost | |
| Duration formatting facet for input. | |
| boost::math | |
| boost::math::detail | |
Functions | |
| template<class T1 , class T2 , class T3 > | |
| tools::promote_args< T1, T2, T3 >::type | boost::math::laguerre_next (unsigned n, T1 x, T2 Ln, T3 Lnm1) |
| template<class T > | |
| T | boost::math::detail::laguerre_imp (unsigned n, T x) |
| template<class T , class Policy > | |
| tools::promote_args< T >::type | boost::math::detail::laguerre (unsigned n, T x, const Policy &, const mpl::true_ &) |
| template<class T > | |
| tools::promote_args< T >::type | boost::math::detail::laguerre (unsigned n, unsigned m, T x, const mpl::false_ &) |
| template<class T > | |
| tools::promote_args< T >::type | boost::math::laguerre (unsigned n, T x) |
| template<class T1 , class T2 , class T3 > | |
| tools::promote_args< T1, T2, T3 >::type | boost::math::laguerre_next (unsigned n, unsigned l, T1 x, T2 Pl, T3 Plm1) |
| template<class T , class Policy > | |
| T | boost::math::detail::laguerre_imp (unsigned n, unsigned m, T x, const Policy &pol) |
| template<class T , class Policy > | |
| tools::promote_args< T >::type | boost::math::laguerre (unsigned n, unsigned m, T x, const Policy &pol) |
| template<class T1 , class T2 > | |
| laguerre_result< T1, T2 >::type | boost::math::laguerre (unsigned n, T1 m, T2 x) |