Searched defs:function_ratio_from_backwards_recurrence_fraction (Results 1 – 1 of 1) sorted by relevance
35 struct function_ratio_from_backwards_recurrence_fraction struct37 …::remove_reference<decltype(boost::math::get<0>(std::declval<Recurrence&>()(0)))>::type value_type;38 typedef std::pair<value_type, value_type> result_type;39 … function_ratio_from_backwards_recurrence_fraction(const Recurrence& r) : r(r), k(0) {} in function_ratio_from_backwards_recurrence_fraction() argument41 result_type operator()() in operator ()()56 Recurrence r;57 int k;