Searched refs:get_coefs (Results 1 – 2 of 2) sorted by relevance
/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,… 21 …T apply_recurrence_relation_backward(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,… 104 …[[get_coefs] [Functor that returns the coefficients of the recurrence relation. The coefficients … 116 …T apply_recurrence_relation_backward(const NextCoefs& get_coefs, unsigned number_of_steps, T first… 121 …[[get_coefs] [Functor that returns the coefficients of the recurrence relation. The coefficients …
|
/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() argument 154 tie(a, b, c) = get_coefs(k); in apply_recurrence_relation_forward() 198 …inline T apply_recurrence_relation_backward(const NextCoefs& get_coefs, unsigned number_of_steps, … in apply_recurrence_relation_backward() argument 209 tie(a, b, c) = get_coefs(-static_cast<int>(k)); in apply_recurrence_relation_backward()
|