Home
last modified time | relevance | path

Searched refs:cbrt_functor_deriv (Results 1 – 20 of 20) sorted by relevance

/dports/devel/boost-python-libs/boost_1_72_0/libs/math/test/
H A Dtest_root_iterations.cpp39 struct cbrt_functor_deriv struct
41 cbrt_functor_deriv(double const& to_find_root_of) : a(to_find_root_of) in cbrt_functor_deriv() argument
173 …dr = boost::math::tools::newton_raphson_iterate(cbrt_functor_deriv(arg), guess, guess / 2, result … in BOOST_AUTO_TEST_CASE()
196 …dr = boost::math::tools::newton_raphson_iterate(cbrt_functor_deriv(arg), guess, result / 10, resul… in BOOST_AUTO_TEST_CASE()
219 …dr = boost::math::tools::newton_raphson_iterate(cbrt_functor_deriv(arg), guess, result / 10, resul… in BOOST_AUTO_TEST_CASE()
242 …dr = boost::math::tools::newton_raphson_iterate(cbrt_functor_deriv(arg), guess, result / 10, resul… in BOOST_AUTO_TEST_CASE()
/dports/devel/boost-docs/boost_1_72_0/libs/math/test/
H A Dtest_root_iterations.cpp39 struct cbrt_functor_deriv struct
41 cbrt_functor_deriv(double const& to_find_root_of) : a(to_find_root_of) in cbrt_functor_deriv() function
173 …dr = boost::math::tools::newton_raphson_iterate(cbrt_functor_deriv(arg), guess, guess / 2, result … in BOOST_AUTO_TEST_CASE()
196 …dr = boost::math::tools::newton_raphson_iterate(cbrt_functor_deriv(arg), guess, result / 10, resul… in BOOST_AUTO_TEST_CASE()
219 …dr = boost::math::tools::newton_raphson_iterate(cbrt_functor_deriv(arg), guess, result / 10, resul… in BOOST_AUTO_TEST_CASE()
242 …dr = boost::math::tools::newton_raphson_iterate(cbrt_functor_deriv(arg), guess, result / 10, resul… in BOOST_AUTO_TEST_CASE()
/dports/devel/boost-libs/boost_1_72_0/libs/math/test/
H A Dtest_root_iterations.cpp39 struct cbrt_functor_deriv struct
41 cbrt_functor_deriv(double const& to_find_root_of) : a(to_find_root_of) in cbrt_functor_deriv() function
173 …dr = boost::math::tools::newton_raphson_iterate(cbrt_functor_deriv(arg), guess, guess / 2, result … in BOOST_AUTO_TEST_CASE()
196 …dr = boost::math::tools::newton_raphson_iterate(cbrt_functor_deriv(arg), guess, result / 10, resul… in BOOST_AUTO_TEST_CASE()
219 …dr = boost::math::tools::newton_raphson_iterate(cbrt_functor_deriv(arg), guess, result / 10, resul… in BOOST_AUTO_TEST_CASE()
242 …dr = boost::math::tools::newton_raphson_iterate(cbrt_functor_deriv(arg), guess, result / 10, resul… in BOOST_AUTO_TEST_CASE()
/dports/devel/hyperscan/boost_1_75_0/libs/math/test/
H A Dtest_root_iterations.cpp39 struct cbrt_functor_deriv struct
41 cbrt_functor_deriv(double const& to_find_root_of) : a(to_find_root_of) in cbrt_functor_deriv() argument
173 …dr = boost::math::tools::newton_raphson_iterate(cbrt_functor_deriv(arg), guess, guess / 2, result … in BOOST_AUTO_TEST_CASE()
196 …dr = boost::math::tools::newton_raphson_iterate(cbrt_functor_deriv(arg), guess, result / 10, resul… in BOOST_AUTO_TEST_CASE()
219 …dr = boost::math::tools::newton_raphson_iterate(cbrt_functor_deriv(arg), guess, result / 10, resul… in BOOST_AUTO_TEST_CASE()
242 …dr = boost::math::tools::newton_raphson_iterate(cbrt_functor_deriv(arg), guess, result / 10, resul… in BOOST_AUTO_TEST_CASE()
/dports/devel/boost-docs/boost_1_72_0/libs/math/example/
H A Droot_finding_example.cpp205 struct cbrt_functor_deriv struct
207 cbrt_functor_deriv(T const& to_find_root_of) : a(to_find_root_of) in cbrt_functor_deriv() argument
239 T result = newton_raphson_iterate(cbrt_functor_deriv<T>(x), guess, min, max, get_digits, it); in cbrt_deriv() argument
H A Droot_finding_start_locations.cpp60 struct cbrt_functor_deriv struct
62 cbrt_functor_deriv(T const& to_find_root_of) : a(to_find_root_of) in cbrt_functor_deriv() argument
89 newton_raphson_iterate(cbrt_functor_deriv<T>(x), guess, min, max, get_digits, it); in cbrt_deriv() argument
H A Droot_finding_algorithms.cpp238 struct cbrt_functor_deriv struct
240 cbrt_functor_deriv(T const& to_find_root_of) : a(to_find_root_of) in cbrt_functor_deriv() function
272 T result = newton_raphson_iterate(cbrt_functor_deriv<T>(x), guess, min, max, get_digits, it); in cbrt_deriv() argument
/dports/devel/boost-python-libs/boost_1_72_0/libs/math/example/
H A Droot_finding_example.cpp205 struct cbrt_functor_deriv struct
207 cbrt_functor_deriv(T const& to_find_root_of) : a(to_find_root_of) in cbrt_functor_deriv() argument
239 T result = newton_raphson_iterate(cbrt_functor_deriv<T>(x), guess, min, max, get_digits, it); in cbrt_deriv() argument
H A Droot_finding_start_locations.cpp60 struct cbrt_functor_deriv struct
62 cbrt_functor_deriv(T const& to_find_root_of) : a(to_find_root_of) in cbrt_functor_deriv() argument
89 newton_raphson_iterate(cbrt_functor_deriv<T>(x), guess, min, max, get_digits, it); in cbrt_deriv() argument
H A Droot_finding_algorithms.cpp238 struct cbrt_functor_deriv struct
240 cbrt_functor_deriv(T const& to_find_root_of) : a(to_find_root_of) in cbrt_functor_deriv() argument
272 T result = newton_raphson_iterate(cbrt_functor_deriv<T>(x), guess, min, max, get_digits, it); in cbrt_deriv() argument
/dports/devel/boost-libs/boost_1_72_0/libs/math/example/
H A Droot_finding_example.cpp205 struct cbrt_functor_deriv struct
207 cbrt_functor_deriv(T const& to_find_root_of) : a(to_find_root_of) in cbrt_functor_deriv() function
239 T result = newton_raphson_iterate(cbrt_functor_deriv<T>(x), guess, min, max, get_digits, it); in cbrt_deriv() argument
H A Droot_finding_start_locations.cpp60 struct cbrt_functor_deriv struct
62 cbrt_functor_deriv(T const& to_find_root_of) : a(to_find_root_of) in cbrt_functor_deriv() function
89 newton_raphson_iterate(cbrt_functor_deriv<T>(x), guess, min, max, get_digits, it); in cbrt_deriv() argument
H A Droot_finding_algorithms.cpp238 struct cbrt_functor_deriv struct
240 cbrt_functor_deriv(T const& to_find_root_of) : a(to_find_root_of) in cbrt_functor_deriv() argument
272 T result = newton_raphson_iterate(cbrt_functor_deriv<T>(x), guess, min, max, get_digits, it); in cbrt_deriv() argument
/dports/devel/hyperscan/boost_1_75_0/libs/math/example/
H A Droot_finding_example.cpp206 struct cbrt_functor_deriv struct
208 cbrt_functor_deriv(T const& to_find_root_of) : a(to_find_root_of) in cbrt_functor_deriv() argument
240 T result = newton_raphson_iterate(cbrt_functor_deriv<T>(x), guess, min, max, get_digits, it); in cbrt_deriv() argument
H A Droot_finding_start_locations.cpp60 struct cbrt_functor_deriv struct
62 cbrt_functor_deriv(T const& to_find_root_of) : a(to_find_root_of) in cbrt_functor_deriv() argument
89 newton_raphson_iterate(cbrt_functor_deriv<T>(x), guess, min, max, get_digits, it); in cbrt_deriv() argument
H A Droot_finding_algorithms.cpp238 struct cbrt_functor_deriv struct
240 cbrt_functor_deriv(T const& to_find_root_of) : a(to_find_root_of) in cbrt_functor_deriv() argument
272 T result = newton_raphson_iterate(cbrt_functor_deriv<T>(x), guess, min, max, get_digits, it); in cbrt_deriv() argument
/dports/devel/boost-docs/boost_1_72_0/libs/math/doc/roots/
H A Droot_finding_examples.qbk107 We define a better functor `cbrt_functor_deriv` that returns
/dports/devel/boost-python-libs/boost_1_72_0/libs/math/doc/roots/
H A Droot_finding_examples.qbk107 We define a better functor `cbrt_functor_deriv` that returns
/dports/devel/boost-libs/boost_1_72_0/libs/math/doc/roots/
H A Droot_finding_examples.qbk107 We define a better functor `cbrt_functor_deriv` that returns
/dports/devel/hyperscan/boost_1_75_0/libs/math/doc/roots/
H A Droot_finding_examples.qbk107 We define a better functor `cbrt_functor_deriv` that returns