Home
last modified time | relevance | path

Searched refs:legendre_q (Results 1 – 16 of 16) sorted by relevance

/third_party/boost/libs/math/test/
Dtest_legendre_hooks.hpp20 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
Dtest_legendre.hpp66 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()
Dtest_policy_sf.cpp93 TEST_POLICY_SF(legendre_q(5, 0.75)); in BOOST_AUTO_TEST_CASE()
/third_party/boost/libs/math/test/compile_test/
Dsf_legendre_incl_test.cpp35 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()
Dinstantiate.hpp226 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/
Dtest_legendre_q.cpp31 …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/
Dlegendre.qbk36 ``__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/
Dlegendre.hpp277 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()
Dmath_fwd.hpp206 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/
Dsf_concept_check_poly.cpp72 boost::math::legendre_q(1, v1); in test_extra()
/third_party/boost/libs/math/tools/
Dlegendre_data.cpp23 T r2 = legendre_q(boost::math::tools::real_cast<int>(n), x); in legendre_p_data()
/third_party/boost/libs/math/reporting/accuracy/
Dbindings.hpp286 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/
Dtest_instances.hpp124 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/
Dsf_graphs.cpp459 f2u = boost::math::legendre_q; in main()
/third_party/boost/libs/math/doc/
Dmath.qbk322 [def __legendre_q [link math_toolkit.sf_poly.legendre legendre_q]]
/third_party/boost/libs/math/reporting/accuracy/doc/
Daccuracy_tables.qbk1628 [table:table_legendre_q Error rates for legendre_q
2501 [section:section_legendre_q legendre_q]