Home
last modified time | relevance | path

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

/third_party/boost/libs/math/test/
Dtest_root_finding_concepts.cpp53 struct cbtr_functor_2b struct
55 cbtr_functor_2b(double x) : m_target(x) {} in cbtr_functor_2b() argument
56 std::tuple<double, double> operator()(double x) in operator ()()
61 double m_target;