Home
last modified time | relevance | path

Searched defs:function_ratio_from_backwards_recurrence_fraction (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/math/tools/
Drecurrence.hpp35 struct function_ratio_from_backwards_recurrence_fraction struct
37 …::remove_reference<decltype(boost::math::get<0>(std::declval<Recurrence&>()(0)))>::type value_type;
38 typedef std::pair<value_type, value_type> result_type;
39function_ratio_from_backwards_recurrence_fraction(const Recurrence& r) : r(r), k(0) {} in function_ratio_from_backwards_recurrence_fraction() argument
41 result_type operator()() in operator ()()
56 Recurrence r;
57 int k;