Home
last modified time | relevance | path

Searched refs:bracket_root_towards_min (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/math/tools/
Droots.hpp399 …T bracket_root_towards_min(F f, T guess, const T& f0, T& min, T& max, boost::uintmax_t& count) BOO…
451 … return (guess0 - guess) + bracket_root_towards_min(f, guess, f_current, min, max, count); in bracket_root_towards_max()
457 …T bracket_root_towards_min(F f, T guess, const T& f0, T& min, T& max, boost::uintmax_t& count) BOO… in bracket_root_towards_min() function
645 delta = bracket_root_towards_min(f, guess, f0, min, max, count); in second_order_root_finder()