Searched defs:cyl_bessel_k (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/libs/math/test/ |
D | test_bessel_hooks.hpp | 67 inline float cyl_bessel_k(float a, float x) in cyl_bessel_k() function 69 inline double cyl_bessel_k(double a, double x) in cyl_bessel_k() function 71 inline long double cyl_bessel_k(long double a, long double x) in cyl_bessel_k() function 88 …boost::math::concepts::real_concept cyl_bessel_k(boost::math::concepts::real_concept, boost::math:… in cyl_bessel_k() function
|
/third_party/boost/boost/math/special_functions/ |
D | bessel.hpp | 571 inline typename detail::bessel_traits<T1, T2, Policy>::result_type cyl_bessel_k(T1 v, T2 x, const P… in cyl_bessel_k() function 587 inline typename detail::bessel_traits<T1, T2, policies::policy<> >::result_type cyl_bessel_k(T1 v, … in cyl_bessel_k() function
|