Home
last modified time | relevance | path

Searched refs:apply_recurrence_relation_backward (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/math/special_functions/detail/
Dhypergeometric_1F1_recurrence.hpp321 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()
Dhypergeometric_1F1_large_abz.hpp143 …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/
Drecurrence.qbk21 …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/
Dtest_recurrence.cpp119 …T sixth = boost::math::tools::apply_recurrence_relation_backward(coef, 6, first, second, (int*)0, … in test_spots()
/third_party/boost/boost/math/tools/
Drecurrence.hpp198 …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/
Dhypergeometric_1F1.hpp386 …return tools::apply_recurrence_relation_backward(hypergeometric_1F1_recurrence_small_b_coefficient… in hypergeometric_1F1_imp()