Home
last modified time | relevance | path

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

/third_party/boost/libs/math/example/
Droot_finding_n_example.cpp44 struct nth_functor_2deriv struct
49 nth_functor_2deriv(T const& to_find_root_of) : a(to_find_root_of) in nth_functor_2deriv() argument
110 T result = halley_iterate(nth_functor_2deriv<N, T>(x), guess, min, max, digits, it); in nth_2deriv()
Droot_finding_multiprecision_example.cpp103 struct nth_functor_2deriv struct
106 nth_functor_2deriv(T const& to_find_root_of) : value(to_find_root_of) in nth_functor_2deriv() argument
140 T result = halley_iterate(nth_functor_2deriv<n, T>(x), guess, min, max, digits, it); in nth_2deriv()