#include <boost/math/tools/precision.hpp>
#include <boost/math/tools/promotion.hpp>
#include <boost/math/policies/error_handling.hpp>
#include <boost/math/special_functions/math_fwd.hpp>
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::math | |
boost::math::detail | |
Functions | |
template<class T , class Policy > | |
T | boost::math::detail::jacobi_recurse (const T &x, const T &k, T anm1, T bnm1, unsigned N, T *pTn, const Policy &pol) |
template<class T , class Policy > | |
T | boost::math::detail::jacobi_imp (const T &x, const T &k, T *cn, T *dn, const Policy &pol, const char *function) |
template<class T , class U , class V , class Policy > | |
tools::promote_args< T, U, V > ::type | boost::math::jacobi_elliptic (T k, U theta, V *pcn, V *pdn, const Policy &) |
template<class T , class U , class V > | |
tools::promote_args< T, U, V > ::type | boost::math::jacobi_elliptic (T k, U theta, V *pcn, V *pdn) |
template<class U , class T , class Policy > | |
tools::promote_args< T, U >::type | boost::math::jacobi_sn (U k, T theta, const Policy &pol) |
template<class U , class T > | |
tools::promote_args< T, U >::type | boost::math::jacobi_sn (U k, T theta) |
template<class T , class U , class Policy > | |
tools::promote_args< T, U >::type | boost::math::jacobi_cn (T k, U theta, const Policy &pol) |
template<class T , class U > | |
tools::promote_args< T, U >::type | boost::math::jacobi_cn (T k, U theta) |
template<class T , class U , class Policy > | |
tools::promote_args< T, U >::type | boost::math::jacobi_dn (T k, U theta, const Policy &pol) |
template<class T , class U > | |
tools::promote_args< T, U >::type | boost::math::jacobi_dn (T k, U theta) |
template<class T , class U , class Policy > | |
tools::promote_args< T, U >::type | boost::math::jacobi_cd (T k, U theta, const Policy &pol) |
template<class T , class U > | |
tools::promote_args< T, U >::type | boost::math::jacobi_cd (T k, U theta) |
template<class T , class U , class Policy > | |
tools::promote_args< T, U >::type | boost::math::jacobi_dc (T k, U theta, const Policy &pol) |
template<class T , class U > | |
tools::promote_args< T, U >::type | boost::math::jacobi_dc (T k, U theta) |
template<class T , class U , class Policy > | |
tools::promote_args< T, U >::type | boost::math::jacobi_ns (T k, U theta, const Policy &pol) |
template<class T , class U > | |
tools::promote_args< T, U >::type | boost::math::jacobi_ns (T k, U theta) |
template<class T , class U , class Policy > | |
tools::promote_args< T, U >::type | boost::math::jacobi_sd (T k, U theta, const Policy &pol) |
template<class T , class U > | |
tools::promote_args< T, U >::type | boost::math::jacobi_sd (T k, U theta) |
template<class T , class U , class Policy > | |
tools::promote_args< T, U >::type | boost::math::jacobi_ds (T k, U theta, const Policy &pol) |
template<class T , class U > | |
tools::promote_args< T, U >::type | boost::math::jacobi_ds (T k, U theta) |
template<class T , class U , class Policy > | |
tools::promote_args< T, U >::type | boost::math::jacobi_nc (T k, U theta, const Policy &pol) |
template<class T , class U > | |
tools::promote_args< T, U >::type | boost::math::jacobi_nc (T k, U theta) |
template<class T , class U , class Policy > | |
tools::promote_args< T, U >::type | boost::math::jacobi_nd (T k, U theta, const Policy &pol) |
template<class T , class U > | |
tools::promote_args< T, U >::type | boost::math::jacobi_nd (T k, U theta) |
template<class T , class U , class Policy > | |
tools::promote_args< T, U >::type | boost::math::jacobi_sc (T k, U theta, const Policy &pol) |
template<class T , class U > | |
tools::promote_args< T, U >::type | boost::math::jacobi_sc (T k, U theta) |
template<class T , class U , class Policy > | |
tools::promote_args< T, U >::type | boost::math::jacobi_cs (T k, U theta, const Policy &pol) |
template<class T , class U > | |
tools::promote_args< T, U >::type | boost::math::jacobi_cs (T k, U theta) |