#include <boost/math/special_functions/math_fwd.hpp>
#include <boost/math/special_functions/factorials.hpp>
#include <boost/math/tools/config.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::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) |