Searched refs:apply_recurrence_relation_backward (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/boost/math/special_functions/detail/ |
D | hypergeometric_1F1_recurrence.hpp | 321 return tools::apply_recurrence_relation_backward(s, in hypergeometric_1F1_backward_recurrence_for_negative_a() 428 second = boost::math::tools::apply_recurrence_relation_backward( in hypergeometric_1F1_backwards_recursion_on_b_for_negative_a() 449 second = boost::math::tools::apply_recurrence_relation_backward( in hypergeometric_1F1_backwards_recursion_on_b_for_negative_a() 477 second = boost::math::tools::apply_recurrence_relation_backward( in hypergeometric_1F1_backwards_recursion_on_b_for_negative_a()
|
D | hypergeometric_1F1_large_abz.hpp | 143 …T comparitor = boost::math::tools::apply_recurrence_relation_backward(a_coef, crossover_shift, sec… in hypergeometric_1F1_shift_on_a() 261 …T comparitor = boost::math::tools::apply_recurrence_relation_backward(b_coef_2, --b_shift, first, … in hypergeometric_1F1_shift_on_b() 295 …h = boost::math::tools::apply_recurrence_relation_backward(b_coef_2, -(++b_shift), h, second, &log… in hypergeometric_1F1_shift_on_b()
|
/third_party/boost/libs/math/doc/internals/ |
D | recurrence.qbk | 21 …T apply_recurrence_relation_backward(const NextCoefs& get_coefs, unsigned number_of_steps, T first… 116 …T apply_recurrence_relation_backward(const NextCoefs& get_coefs, unsigned number_of_steps, T first…
|
/third_party/boost/libs/math/test/ |
D | test_recurrence.cpp | 119 …T sixth = boost::math::tools::apply_recurrence_relation_backward(coef, 6, first, second, (int*)0, … in test_spots()
|
/third_party/boost/boost/math/tools/ |
D | recurrence.hpp | 198 …inline T apply_recurrence_relation_backward(const NextCoefs& get_coefs, unsigned number_of_steps, … in apply_recurrence_relation_backward() function
|
/third_party/boost/boost/math/special_functions/ |
D | hypergeometric_1F1.hpp | 386 …return tools::apply_recurrence_relation_backward(hypergeometric_1F1_recurrence_small_b_coefficient… in hypergeometric_1F1_imp()
|