Searched defs:toms748_solve (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/boost/math/tools/ |
D | toms748_solve.hpp | 295 std::pair<T, T> toms748_solve(F f, const T& ax, const T& bx, const T& fax, const T& fbx, Tol tol, b… in toms748_solve() function 478 inline std::pair<T, T> toms748_solve(F f, const T& ax, const T& bx, const T& fax, const T& fbx, Tol… in toms748_solve() function 484 inline std::pair<T, T> toms748_solve(F f, const T& ax, const T& bx, Tol tol, boost::uintmax_t& max_… in toms748_solve() function 495 inline std::pair<T, T> toms748_solve(F f, const T& ax, const T& bx, Tol tol, boost::uintmax_t& max_… in toms748_solve() function
|