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

Namespaces

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

Functions

template<class Tuple , class T >
void boost::math::tools::detail::unpack_0 (const Tuple &t, T &val)
 
template<class F , class T >
void boost::math::tools::detail::handle_zero_derivative (F f, T &last_f0, const T &f0, T &delta, T &result, T &guess, const T &min, const T &max)
 
template<class F , class T , class Tol , class Policy >
std::pair< T, Tboost::math::tools::bisect (F f, T min, T max, Tol tol, boost::uintmax_t &max_iter, const Policy &pol)
 
template<class F , class T , class Tol >
std::pair< T, Tboost::math::tools::bisect (F f, T min, T max, Tol tol, boost::uintmax_t &max_iter)
 
template<class F , class T , class Tol >
std::pair< T, Tboost::math::tools::bisect (F f, T min, T max, Tol tol)
 
template<class F , class T >
T boost::math::tools::newton_raphson_iterate (F f, T guess, T min, T max, int digits, boost::uintmax_t &max_iter)
 
template<class F , class T >
T boost::math::tools::newton_raphson_iterate (F f, T guess, T min, T max, int digits)
 
template<class F , class T >
T boost::math::tools::halley_iterate (F f, T guess, T min, T max, int digits, boost::uintmax_t &max_iter)
 
template<class F , class T >
T boost::math::tools::halley_iterate (F f, T guess, T min, T max, int digits)
 
template<class F , class T >
T boost::math::tools::schroeder_iterate (F f, T guess, T min, T max, int digits, boost::uintmax_t &max_iter)
 
template<class F , class T >
T boost::math::tools::schroeder_iterate (F f, T guess, T min, T max, int digits)