Home
last modified time | relevance | path

Searched defs:rising (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/math/tools/
Dtoms748_solve.hpp501 std::pair<T, T> bracket_and_solve_root(F f, const T& guess, T factor, bool rising, Tol tol, boost::… in bracket_and_solve_root()
610 inline std::pair<T, T> bracket_and_solve_root(F f, const T& guess, const T& factor, bool rising, To… in bracket_and_solve_root()
/third_party/boost/libs/math/doc/graphs/
Dsf_graphs.cpp234 double find_end_point(F f, double x0, double target, bool rising, double x_off = 0) in find_end_point()
/third_party/boost/boost/math/distributions/
Dnon_central_beta.hpp292 …std::pair<T, T> bracket_and_solve_root_01(F f, const T& guess, T factor, bool rising, Tol tol, boo… in bracket_and_solve_root_01()