Home
last modified time | relevance | path

Searched refs:sph_neumann_imp (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/math/special_functions/detail/
Dbessel_derivatives_linear.hpp82 …return (v / x) * boost::math::detail::sph_neumann_imp<T>(v, x, pol) - boost::math::detail::sph_neu… in sph_neumann_derivative_linear()
/third_party/boost/boost/math/special_functions/
Dbessel.hpp321 inline T sph_neumann_imp(unsigned v, T x, const Policy& pol) in sph_neumann_imp() function
626 …return policies::checked_narrowing_cast<result_type, Policy>(detail::sph_neumann_imp<value_type>(v… in sph_neumann()
Dbessel_prime.hpp218 return -boost::math::detail::sph_neumann_imp<T>(1, x, pol); in sph_neumann_prime_imp()