Home
last modified time | relevance | path

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

/third_party/boost/boost/math/tools/
Dtoms748_solve.hpp295 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() argument
323 fb = fbx; in toms748_solve()
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() argument
480 return toms748_solve(f, ax, bx, fax, fbx, tol, max_iter, policies::policy<>()); in toms748_solve()