Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
legendre.hpp File Reference
Include dependency graph for legendre.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::legendre_next (unsigned l, T1 x, T2 Pl, T3 Plm1)
 
template<class T , class Policy >
T boost::math::detail::legendre_imp (unsigned l, T x, const Policy &pol, bool second=false)
 
template<class T , class Policy >
tools::promote_args< T >::type boost::math::legendre_p (int l, T x, const Policy &pol)
 
template<class T >
tools::promote_args< T >::type boost::math::legendre_p (int l, T x)
 
template<class T , class Policy >
tools::promote_args< T >::type boost::math::legendre_q (unsigned l, T x, const Policy &pol)
 
template<class T >
tools::promote_args< T >::type boost::math::legendre_q (unsigned l, T x)
 
template<class T1 , class T2 , class T3 >
tools::promote_args< T1, T2,
T3 >::type 
boost::math::legendre_next (unsigned l, unsigned m, T1 x, T2 Pl, T3 Plm1)
 
template<class T , class Policy >
T boost::math::detail::legendre_p_imp (int l, int m, T x, T sin_theta_power, const Policy &pol)
 
template<class T , class Policy >
T boost::math::detail::legendre_p_imp (int l, int m, T x, const Policy &pol)
 
template<class T , class Policy >
tools::promote_args< T >::type boost::math::legendre_p (int l, int m, T x, const Policy &pol)
 
template<class T >
tools::promote_args< T >::type boost::math::legendre_p (int l, int m, T x)