Home
last modified time | relevance | path

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

/third_party/boost/libs/math/test/
Dtest_root_finding_concepts.cpp107 struct cbtr_functor_3d struct
109 cbtr_functor_3d(double x) : m_target(x) {} in cbtr_functor_3d() function
110 boost::fusion::tuple<double, double, double> operator()(double x) in operator ()()
115 double m_target;