Searched defs:cbrt_functor_noderiv (Results 1 – 4 of 4) sorted by relevance
24 struct cbrt_functor_noderiv struct26 cbrt_functor_noderiv(double to_find_root_of) : a(to_find_root_of) in cbrt_functor_noderiv() function36 }; // template <class T> struct cbrt_functor_noderiv argument
90 struct cbrt_functor_noderiv struct93 cbrt_functor_noderiv(T const& to_find_root_of) : a(to_find_root_of) in cbrt_functor_noderiv() argument95 T operator()(T const& x) in operator ()()101 T a; // to be 'cube_rooted'.
20 struct cbrt_functor_noderiv struct23 cbrt_functor_noderiv(T const& to_find_root_of) : a(to_find_root_of) in cbrt_functor_noderiv() function26 T operator()(T const& x) in operator ()()55 bracket_and_solve_root(cbrt_functor_noderiv<T>(x), guess, factor, is_rising, tol, it); in cbrt_noderiv() argument
184 struct cbrt_functor_noderiv struct186 cbrt_functor_noderiv(T const& to_find_root_of) : a(to_find_root_of) in cbrt_functor_noderiv() argument196 }; // template <class T> struct cbrt_functor_noderiv argument