Home
last modified time | relevance | path

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

/third_party/boost/libs/math/test/
Dtest_root_iterations.cpp88 struct ibeta_roots_2 // for second order algorithms struct
90 ibeta_roots_2(T _a, T _b, T t, bool inv = false) in ibeta_roots_2() argument
280 …dr = boost::math::tools::newton_raphson_iterate(ibeta_roots_2<double, boost::math::policies::polic… in BOOST_AUTO_TEST_CASE()
293 …dr = boost::math::tools::newton_raphson_iterate(ibeta_roots_2<double, boost::math::policies::polic… in BOOST_AUTO_TEST_CASE()
309 …dr = boost::math::tools::newton_raphson_iterate(ibeta_roots_2<double, boost::math::policies::polic… in BOOST_AUTO_TEST_CASE()
Dtest_roots.cpp65 struct ibeta_roots_2 // for second order algorithms struct
67 ibeta_roots_2(T _a, T _b, T t, bool inv = false, bool neg = false) in ibeta_roots_2() argument
224 …return boost::math::tools::newton_raphson_iterate(ibeta_roots_2<double, boost::math::policies::pol… in inverse_ibeta_newton()
255 …return -boost::math::tools::newton_raphson_iterate(ibeta_roots_2<double, boost::math::policies::po… in inverse_ibeta_newton_neg()