Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
minima.hpp File Reference
Include dependency graph for minima.hpp:

Namespaces

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

Functions

template<class F , class T >
std::pair< T, Tboost::math::tools::brent_find_minima (F f, T min, T max, int bits, boost::uintmax_t &max_iter)
 
template<class F , class T >
std::pair< T, Tboost::math::tools::brent_find_minima (F f, T min, T max, int digits)