Home
last modified time | relevance | path

Searched refs:bessel_jy_recurrence (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/math/test/
Dtest_recurrence.cpp24 struct bessel_jy_recurrence struct
26 bessel_jy_recurrence(T v, T z) : v(v), z(z) {} in bessel_jy_recurrence() function
61 bessel_jy_recurrence<T> coef(v, x); in test_spots()
71 …boost::math::tools::forward_recurrence_iterator< bessel_jy_recurrence<T> > it(coef, first, second); in test_spots()
90 …T ratio = boost::math::tools::function_ratio_from_forwards_recurrence(bessel_jy_recurrence<T>(v, x… in test_spots()
95 …boost::math::tools::forward_recurrence_iterator< bessel_jy_recurrence<T> > it2(bessel_jy_recurrenc… in test_spots()
115 bessel_jy_recurrence<T> coef(v, x); in test_spots()
125 …boost::math::tools::backward_recurrence_iterator< bessel_jy_recurrence<T> > it(coef, first, second… in test_spots()
135 …T ratio = boost::math::tools::function_ratio_from_backwards_recurrence(bessel_jy_recurrence<T>(v, … in test_spots()
140 …boost::math::tools::backward_recurrence_iterator< bessel_jy_recurrence<T> > it2(bessel_jy_recurren… in test_spots()
/third_party/boost/boost/math/special_functions/
Dbessel_iterators.hpp18 struct bessel_jy_recurrence struct
20 bessel_jy_recurrence(T v, T z) : v(v), z(z) {} in bessel_jy_recurrence() function
51 : it(detail::bessel_jy_recurrence<T>(v, x), boost::math::cyl_bessel_j(v, x)) in bessel_j_backwards_iterator()
58 : it(detail::bessel_jy_recurrence<T>(v, x), J_v) in bessel_j_backwards_iterator()
64 : it(detail::bessel_jy_recurrence<T>(v, x), J_v_plus_1, J_v) in bessel_j_backwards_iterator()
86 boost::math::tools::backward_recurrence_iterator< detail::bessel_jy_recurrence<T> > it;