Home
last modified time | relevance | path

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

/third_party/boost/libs/math/test/
Dtest_root_finding_concepts.cpp42 struct cbtr_functor_2a struct
44 cbtr_functor_2a(double x) : m_target(x) {} in cbtr_functor_2a() argument
45 std::pair<double, double> operator()(double x) in operator ()()
50 double m_target;