/third_party/boost/libs/math/test/compile_test/ |
D | sf_polygamma_incl_test.cpp | 23 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()
|
D | instantiate.hpp | 175 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/ |
D | polygamma.hpp | 22 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()
|
D | math_fwd.hpp | 550 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…
|
D | gamma.hpp | 580 term = power_term * boost::math::polygamma(n - 1, T(1)); in log_gamma_near_1()
|
/third_party/boost/libs/math/doc/sf/ |
D | polygamma.qbk | 1 [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]
|
D | bernoulli_numbers.qbk | 8 including the __tgamma, __lgamma and polygamma functions.
|
D | number_series.qbk | 10 including the __tgamma, __lgamma and polygamma functions.
|
/third_party/boost/libs/math/test/ |
D | test_autodiff_8.cpp | 361 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()
|
D | test_polygamma.hpp | 46 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/ |
D | bindings.hpp | 428 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/ |
D | test_instances.hpp | 315 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/ |
D | polygamma.hpp | 479 boost::math::polygamma(30, T(-2.5f), Policy()); in init()
|
/third_party/boost/libs/math/reporting/performance/ |
D | test_polygamma.cpp | 170 …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/ |
D | math.qbk | 163 [def __polygamma [link math_toolkit.sf_gamma.polygamma polygamma]] 615 [include sf/polygamma.qbk]
|
/third_party/boost/libs/math/doc/html/ |
D | standalone_HTML.manifest | 173 math_toolkit/sf_gamma/polygamma.html
|
/third_party/boost/libs/math/doc/graphs/ |
D | sf_graphs.cpp | 735 f2i = boost::math::polygamma; in main()
|
/third_party/boost/boost/math/differentiation/ |
D | autodiff.hpp | 1830 … 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/ |
D | accuracy_tables.qbk | 2410 [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/ |
D | performance_tables.qbk | 357 [[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…
|