Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
laguerre.hpp File Reference
Include dependency graph for laguerre.hpp:
This graph shows which files directly or indirectly include this file:

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)