Searched refs:ibeta_roots_3 (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/libs/math/test/ |
D | test_root_iterations.cpp | 118 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()
|
D | test_roots.cpp | 95 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()
|