#include <boost/math/special_functions/math_fwd.hpp>
#include <boost/math/special_functions/ellint_rf.hpp>
#include <boost/math/special_functions/ellint_rj.hpp>
#include <boost/math/special_functions/ellint_1.hpp>
#include <boost/math/special_functions/ellint_2.hpp>
#include <boost/math/special_functions/log1p.hpp>
#include <boost/math/constants/constants.hpp>
#include <boost/math/policies/error_handling.hpp>
#include <boost/math/tools/workaround.hpp>
#include <boost/math/special_functions/round.hpp>
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::math | |
boost::math::detail | |
Functions | |
template<typename T , typename Policy > | |
T | boost::math::detail::ellint_pi_imp (T v, T k, T vc, const Policy &pol) |
template<typename T , typename Policy > | |
T | boost::math::detail::ellint_pi_imp (T v, T phi, T k, T vc, const Policy &pol) |
template<class T1 , class T2 , class T3 > | |
tools::promote_args< T1, T2, T3 >::type | boost::math::detail::ellint_3 (T1 k, T2 v, T3 phi, const mpl::false_ &) |
template<class T1 , class T2 , class Policy > | |
tools::promote_args< T1, T2 >::type | boost::math::detail::ellint_3 (T1 k, T2 v, const Policy &pol, const mpl::true_ &) |
template<class T1 , class T2 , class T3 , class Policy > | |
tools::promote_args< T1, T2, T3 >::type | boost::math::ellint_3 (T1 k, T2 v, T3 phi, const Policy &pol) |
template<class T1 , class T2 , class T3 > | |
detail::ellint_3_result< T1, T2, T3 >::type | boost::math::ellint_3 (T1 k, T2 v, T3 phi) |
template<class T1 , class T2 > | |
tools::promote_args< T1, T2 >::type | boost::math::ellint_3 (T1 k, T2 v) |