Searched refs:bessel_jn (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/boost/math/special_functions/detail/ |
D | bessel_jn.hpp | 27 T bessel_jn(int n, T x, const Policy& pol) in bessel_jn() function
|
/third_party/boost/boost/math/special_functions/ |
D | hankel.hpp | 88 return std::complex<T>(bessel_jn(v, x, pol), sign * bessel_yn(v, x, pol)); in hankel_imp()
|
D | bessel.hpp | 127 return bessel_jn(ival, x, pol); in cyl_bessel_j_imp() 136 return bessel_jn(v, x, pol); in cyl_bessel_j_imp()
|