/third_party/boost/libs/math/test/ |
D | test_legendre_hooks.hpp | 20 inline float legendre_q(int l, float a) in legendre_q() function 22 inline double legendre_q(int l, double a) in legendre_q() function 24 inline long double legendre_q(int l, long double a) in legendre_q() function 34 …boost::math::concepts::real_concept legendre_q(int, boost::math::concepts::real_concept){ return 0… in legendre_q() function
|
D | test_legendre.hpp | 66 pg2 funcp2 = boost::math::legendre_q<value_type>; in do_test_legendre_p() 68 pg2 funcp2 = boost::math::legendre_q; in do_test_legendre_p() 181 …BOOST_CHECK_CLOSE_FRACTION(::boost::math::legendre_q(1, static_cast<T>(0.5L)), static_cast<T>(-0.7… in test_spots() 182 …BOOST_CHECK_CLOSE_FRACTION(::boost::math::legendre_q(4, static_cast<T>(0.5L)), static_cast<T>(0.44… in test_spots() 183 …BOOST_CHECK_CLOSE_FRACTION(::boost::math::legendre_q(7, static_cast<T>(0.5L)), static_cast<T>(-0.3… in test_spots() 184 …BOOST_CHECK_CLOSE_FRACTION(::boost::math::legendre_q(40, static_cast<T>(0.5L)), static_cast<T>(0.1… in test_spots()
|
D | test_policy_sf.cpp | 93 TEST_POLICY_SF(legendre_q(5, 0.75)); in BOOST_AUTO_TEST_CASE()
|
/third_party/boost/libs/math/test/compile_test/ |
D | sf_legendre_incl_test.cpp | 35 check_result<float>(boost::math::legendre_q<float>(u, f)); in compile_and_link_test() 36 check_result<double>(boost::math::legendre_q<double>(u, d)); in compile_and_link_test() 38 check_result<long double>(boost::math::legendre_q<long double>(u, l)); in compile_and_link_test()
|
D | instantiate.hpp | 226 boost::math::legendre_q(1, v1); in instantiate() 441 boost::math::legendre_q(1, v1 * 1); in instantiate() 626 boost::math::legendre_q(1, v1, pol); in instantiate() 843 test::legendre_q(1, v1); in instantiate() 1076 boost::math::legendre_q(1, i); in instantiate_mixed() 1227 boost::math::legendre_q(1, i, pol); in instantiate_mixed() 1384 test::legendre_q(1, i); in instantiate_mixed()
|
/third_party/boost/libs/math/reporting/performance/ |
D | test_legendre_q.cpp | 31 …screen_data([](const std::vector<double>& v){ return boost::math::legendre_q(v[0], v[1]); }, [](… in main() 44 …time = exec_timed_test([](const std::vector<double>& v){ return boost::math::legendre_q(v[0], v[1… in main() 56 …time = exec_timed_test([](const std::vector<double>& v){ return boost::math::legendre_q(v[0], v[1… in main()
|
/third_party/boost/libs/math/doc/sf/ |
D | legendre.qbk | 36 ``__sf_result`` legendre_q(unsigned n, T x); 39 ``__sf_result`` legendre_q(unsigned n, T x, const ``__Policy``&); 145 ``__sf_result`` legendre_q(unsigned n, T x); 148 ``__sf_result`` legendre_q(unsigned n, T x, const ``__Policy``&); 160 [graph legendre_q]
|
/third_party/boost/boost/math/special_functions/ |
D | legendre.hpp | 277 legendre_q(unsigned l, T x, const Policy& pol) in legendre_q() function 286 legendre_q(unsigned l, T x) in legendre_q() function 288 return boost::math::legendre_q(l, x, policies::policy<>()); in legendre_q()
|
D | math_fwd.hpp | 206 legendre_q(unsigned l, T x); 210 legendre_q(unsigned l, T x, const Policy& pol); 1236 legendre_q(unsigned l, T x){ return ::boost::math::legendre_q(l, x, Policy()); }\
|
/third_party/boost/libs/multiprecision/test/concepts/ |
D | sf_concept_check_poly.cpp | 72 boost::math::legendre_q(1, v1); in test_extra()
|
/third_party/boost/libs/math/tools/ |
D | legendre_data.cpp | 23 T r2 = legendre_q(boost::math::tools::real_cast<int>(n), x); in legendre_p_data()
|
/third_party/boost/libs/math/reporting/accuracy/ |
D | bindings.hpp | 286 inline double legendre_q(unsigned n, double x) { return gsl_sf_legendre_Ql(n, x); } in legendre_q() function 289 #define LEGENDRE_Q_FUNCTION_TO_TEST legendre_q 720 #define LEGENDRE_Q_FUNCTION_TO_TEST boost::math::legendre_q
|
/third_party/boost/libs/math/test/test_instances/ |
D | test_instances.hpp | 124 legendre_q(unsigned l, BOOST_MATH_TEST_TYPE x); 127 legendre_q(unsigned l, BOOST_MATH_TEST_TYPE x, const policies::policy<>& pol);
|
/third_party/boost/libs/math/doc/graphs/ |
D | sf_graphs.cpp | 459 f2u = boost::math::legendre_q; in main()
|
/third_party/boost/libs/math/doc/ |
D | math.qbk | 322 [def __legendre_q [link math_toolkit.sf_poly.legendre legendre_q]]
|
/third_party/boost/libs/math/reporting/accuracy/doc/ |
D | accuracy_tables.qbk | 1628 [table:table_legendre_q Error rates for legendre_q 2501 [section:section_legendre_q legendre_q]
|