Home
last modified time | relevance | path

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

/third_party/boost/boost/math/special_functions/detail/
Dhypergeometric_1F1_large_abz.hpp161 …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()
Dhypergeometric_1F1_small_a_negative_b_by_ratio.hpp57 …second = boost::math::tools::apply_recurrence_relation_forward(boost::math::detail::hypergeometric… in hypergeometric_1F1_small_a_negative_b_by_ratio()
Dhypergeometric_1F1_by_ratios.hpp592 …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/
Drecurrence.qbk18 …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/
Dtest_recurrence.cpp65 …T sixth = boost::math::tools::apply_recurrence_relation_forward(coef, 6, first, second, (int*)0, &… in test_spots()
/third_party/boost/boost/math/tools/
Drecurrence.hpp143 …inline T apply_recurrence_relation_forward(const NextCoefs& get_coefs, unsigned number_of_steps, T… in apply_recurrence_relation_forward() function