|
| template<class Functor , class U , class V > |
| Functor::result_type | boost::math::tools::sum_series (Functor &func, const U &factor, boost::uintmax_t &max_terms, const V &init_value) |
| |
| template<class Functor , class U > |
| Functor::result_type | boost::math::tools::sum_series (Functor &func, const U &factor, boost::uintmax_t &max_terms) |
| |
| template<class Functor , class U > |
| Functor::result_type | boost::math::tools::sum_series (Functor &func, int bits, boost::uintmax_t &max_terms, const U &init_value) |
| |
| template<class Functor > |
| Functor::result_type | boost::math::tools::sum_series (Functor &func, int bits) |
| |
| template<class Functor > |
| Functor::result_type | boost::math::tools::sum_series (Functor &func, int bits, boost::uintmax_t &max_terms) |
| |
| template<class Functor , class U > |
| Functor::result_type | boost::math::tools::sum_series (Functor &func, int bits, const U &init_value) |
| |
| template<class Functor > |
| Functor::result_type | boost::math::tools::kahan_sum_series (Functor &func, int bits) |
| |
| template<class Functor > |
| Functor::result_type | boost::math::tools::kahan_sum_series (Functor &func, int bits, boost::uintmax_t &max_terms) |
| |