Home
last modified time | relevance | path

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

/third_party/boost/libs/math/test/compile_test/
Dsf_polygamma_incl_test.cpp23 check_result<float>(boost::math::polygamma<float>(1, f)); in compile_and_link_test()
24 check_result<double>(boost::math::polygamma<double>(1, d)); in compile_and_link_test()
26 check_result<long double>(boost::math::polygamma<long double>(1, l)); in compile_and_link_test()
Dinstantiate.hpp175 boost::math::polygamma(i, v1); in instantiate()
390 boost::math::polygamma(i, v1 * 1); in instantiate()
583 boost::math::polygamma(i, v1, pol); in instantiate()
791 test::polygamma(i, v1); in instantiate()
1014 boost::math::polygamma(i, i); in instantiate_mixed()
1170 boost::math::polygamma(i, i, pol); in instantiate_mixed()
1322 test::polygamma(i, i); in instantiate_mixed()
/third_party/boost/boost/math/special_functions/
Dpolygamma.hpp22 inline typename tools::promote_args<T>::type polygamma(const int n, T x, const Policy& pol) in polygamma() function
75 inline typename tools::promote_args<T>::type polygamma(const int n, T x) in polygamma() function
77 return boost::math::polygamma(n, x, policies::policy<>()); in polygamma()
Dmath_fwd.hpp550 typename tools::promote_args<T>::type polygamma(int n, T x);
553 typename tools::promote_args<T>::type polygamma(int n, T x, const Policy&);
1402 …ypename boost::math::tools::promote_args<T>::type polygamma(int n, T x){ return boost::math::polyg…
Dgamma.hpp580 term = power_term * boost::math::polygamma(n - 1, T(1)); in log_gamma_near_1()
/third_party/boost/libs/math/doc/sf/
Dpolygamma.qbk1 [section:polygamma Polygamma]
6 #include <boost/math/special_functions/polygamma.hpp>
12 ``__sf_result`` polygamma(int n, T z);
15 ``__sf_result`` polygamma(int n, T z, const ``__Policy``&);
21 Returns the polygamma function of /x/. Polygamma is defined as the n'th
102 [endsect] [/section:polygamma The Polygamma Function]
Dbernoulli_numbers.qbk8 including the __tgamma, __lgamma and polygamma functions.
Dnumber_series.qbk10 including the __tgamma, __lgamma and polygamma functions.
/third_party/boost/libs/math/test/
Dtest_autodiff_8.cpp361 auto autodiff_v = boost::math::polygamma(i, make_fvar<T, m>(x)); in BOOST_AUTO_TEST_CASE_TEMPLATE()
362 auto anchor_v = boost::math::polygamma(i, x); in BOOST_AUTO_TEST_CASE_TEMPLATE()
367 BOOST_CHECK_THROW(boost::math::polygamma(i, make_fvar<T, m>(x)), in BOOST_AUTO_TEST_CASE_TEMPLATE()
369 BOOST_CHECK_THROW(boost::math::polygamma(i, x), in BOOST_AUTO_TEST_CASE_TEMPLATE()
Dtest_polygamma.hpp46 pg funcp = boost::math::polygamma<value_type>; in do_test_polygamma()
48 pg funcp = boost::math::polygamma; in do_test_polygamma()
/third_party/boost/libs/math/reporting/accuracy/
Dbindings.hpp428 inline double polygamma(int n, double x) in polygamma() function
435 #define POLYGAMMA_FUNCTION_TO_TEST polygamma
723 #define POLYGAMMA_FUNCTION_TO_TEST boost::math::polygamma
/third_party/boost/libs/math/test/test_instances/
Dtest_instances.hpp315 template tools::promote_args<BOOST_MATH_TEST_TYPE>::type polygamma(int, BOOST_MATH_TEST_TYPE x);
316 …template tools::promote_args<BOOST_MATH_TEST_TYPE>::type polygamma(int, BOOST_MATH_TEST_TYPE x, co…
/third_party/boost/boost/math/special_functions/detail/
Dpolygamma.hpp479 boost::math::polygamma(30, T(-2.5f), Policy()); in init()
/third_party/boost/libs/math/reporting/performance/
Dtest_polygamma.cpp170 …screen_data([](const std::vector<double>& v){ return boost::math::polygamma(static_cast<int>(v[0]… in main()
186 …time = exec_timed_test([](const std::vector<double>& v){ return boost::math::polygamma(static_cas… in main()
198 …time = exec_timed_test([](const std::vector<double>& v){ return boost::math::polygamma(static_cas… in main()
/third_party/boost/libs/math/doc/
Dmath.qbk163 [def __polygamma [link math_toolkit.sf_gamma.polygamma polygamma]]
615 [include sf/polygamma.qbk]
/third_party/boost/libs/math/doc/html/
Dstandalone_HTML.manifest173 math_toolkit/sf_gamma/polygamma.html
/third_party/boost/libs/math/doc/graphs/
Dsf_graphs.cpp735 f2i = boost::math::polygamma; in main()
/third_party/boost/boost/math/differentiation/
Dautodiff.hpp1830 … order, [&x, &d0](size_t i) { return i ? boost::math::polygamma(static_cast<int>(i), x) : d0; }); in digamma()
1915 …order, [&x, &d0](size_t i) { return i ? boost::math::polygamma(static_cast<int>(i - 1), x) : d0; }… in lgamma()
/third_party/boost/libs/math/reporting/accuracy/doc/
Daccuracy_tables.qbk2410 [table:table_polygamma Error rates for polygamma
3011 [section:section_polygamma polygamma]
3517 [h4 Error Output For polygamma with compiler GNU C++ version 7.1.0 and library Rmath 3.2.3 and test…
3526 [h4 Error Output For polygamma with compiler GNU C++ version 7.1.0 and library Rmath 3.2.3 and test…
3535 [h4 Error Output For polygamma with compiler GNU C++ version 7.1.0 and library Rmath 3.2.3 and test…
3544 [h4 Error Output For polygamma with compiler GNU C++ version 7.1.0 and library Rmath 3.2.3 and test…
4210 [h4 Error Output For polygamma with compiler GNU C++ version 7.1.0 and library GSL 2.1 and test dat…
4219 [h4 Error Output For polygamma with compiler GNU C++ version 7.1.0 and library GSL 2.1 and test dat…
4228 [h4 Error Output For polygamma with compiler GNU C++ version 7.1.0 and library GSL 2.1 and test dat…
4237 [h4 Error Output For polygamma with compiler GNU C++ version 7.1.0 and library GSL 2.1 and test dat…
/third_party/boost/libs/math/reporting/performance/doc/
Dperformance_tables.qbk357 [[polygamma[br](823/1535 tests selected)][[role red 11.79[br](3985ns)]][[role blue 1.65[br](559ns)]…
720 [[polygamma[br](823/1535 tests selected)][[role red 9.49[br](3491ns)]][[role blue 1.45[br](532ns)]]…
1083 [[polygamma][[role red 16.70[br](8883ns)]][[role blue 1.42[br](756ns)]][[role red 6.56[br](3491ns)]…
1141 [[polygamma[br](823/1535 tests selected)][[role red 23.31[br](8883ns)]][[role blue 1.98[br](756ns)]…
1860 [[polygamma][[role green 1.00[br](4193ns)]][[role blue 1.85[br](7743ns)]][[role blue 1.91[br](8018n…