Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
series.hpp File Reference
Include dependency graph for series.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::math
 
 boost::math::tools
 

Functions

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)