Searched refs:apply_recurrence_relation_forward (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/boost/math/special_functions/detail/ |
D | hypergeometric_1F1_large_abz.hpp | 161 …h = boost::math::tools::apply_recurrence_relation_forward(a_coef_2, a_shift - crossover_shift - 1,… in hypergeometric_1F1_shift_on_a() 183 …h = boost::math::tools::apply_recurrence_relation_forward(a_coef, --a_shift, h, second, &log_scali… in hypergeometric_1F1_shift_on_a() 217 …T comparitor = boost::math::tools::apply_recurrence_relation_forward(a_coef, -(a_shift + 1), first… in hypergeometric_1F1_shift_on_a() 376 … h = boost::math::tools::apply_recurrence_relation_forward(coef, a_shift - 1, h, h2, &log_scaling); in hypergeometric_1F1_large_series()
|
D | hypergeometric_1F1_small_a_negative_b_by_ratio.hpp | 57 …second = boost::math::tools::apply_recurrence_relation_forward(boost::math::detail::hypergeometric… in hypergeometric_1F1_small_a_negative_b_by_ratio()
|
D | hypergeometric_1F1_by_ratios.hpp | 592 …T found = boost::math::tools::apply_recurrence_relation_forward(boost::math::detail::hypergeometri… in hypergeometric_1F1_from_function_ratio_negative_b_forwards()
|
/third_party/boost/libs/math/doc/internals/ |
D | recurrence.qbk | 18 …T apply_recurrence_relation_forward(const NextCoefs& get_coefs, unsigned number_of_steps, T first,… 99 …T apply_recurrence_relation_forward(const NextCoefs& get_coefs, unsigned number_of_steps, T first,…
|
/third_party/boost/libs/math/test/ |
D | test_recurrence.cpp | 65 …T sixth = boost::math::tools::apply_recurrence_relation_forward(coef, 6, first, second, (int*)0, &… in test_spots()
|
/third_party/boost/boost/math/tools/ |
D | recurrence.hpp | 143 …inline T apply_recurrence_relation_forward(const NextCoefs& get_coefs, unsigned number_of_steps, T… in apply_recurrence_relation_forward() function
|