Home
last modified time | relevance | path

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

/third_party/boost/libs/math/test/
Dtest_root_iterations.cpp118 struct ibeta_roots_3 // for third order algorithms struct
120 ibeta_roots_3(T _a, T _b, T t, bool inv = false) in ibeta_roots_3() function
284 …dr = boost::math::tools::halley_iterate(ibeta_roots_3<double, boost::math::policies::policy<> >(ib… in BOOST_AUTO_TEST_CASE()
302 …dr = boost::math::tools::halley_iterate(ibeta_roots_3<double, boost::math::policies::policy<> >(ib… in BOOST_AUTO_TEST_CASE()
313 …dr = boost::math::tools::halley_iterate(ibeta_roots_3<double, boost::math::policies::policy<> >(ib… in BOOST_AUTO_TEST_CASE()
Dtest_roots.cpp95 struct ibeta_roots_3 // for third order algorithms struct
97 ibeta_roots_3(T _a, T _b, T t, bool inv = false, bool neg = false) in ibeta_roots_3() argument
286 …return boost::math::tools::halley_iterate(ibeta_roots_3<double, boost::math::policies::policy<> >(… in inverse_ibeta_halley()
317 …return -boost::math::tools::halley_iterate(ibeta_roots_3<double, boost::math::policies::policy<> >… in inverse_ibeta_halley_neg()
348 …return boost::math::tools::schroder_iterate(ibeta_roots_3<double, boost::math::policies::policy<> … in inverse_ibeta_schroder()