Home
last modified time | relevance | path

Searched refs:chebyshev_t (Results 1 – 25 of 77) sorted by relevance

1234

/dports/devel/boost-python-libs/boost_1_72_0/libs/math/test/
H A Dchebyshev_test.cpp22 using boost::math::chebyshev_t;
38 BOOST_CHECK_CLOSE_FRACTION(chebyshev_t(1, x), x, tol); in test_polynomials()
102 BOOST_CHECK_CLOSE_FRACTION(y, chebyshev_t(0, x), tol); in test_clenshaw_recurrence()
105 BOOST_CHECK_CLOSE_FRACTION(y, chebyshev_t(0, x), tol); in test_clenshaw_recurrence()
108 BOOST_CHECK_CLOSE_FRACTION(y, chebyshev_t(0, x), tol); in test_clenshaw_recurrence()
111 BOOST_CHECK_CLOSE_FRACTION(y, chebyshev_t(1, x), tol); in test_clenshaw_recurrence()
114 BOOST_CHECK_CLOSE_FRACTION(y, chebyshev_t(2, x), tol); in test_clenshaw_recurrence()
117 BOOST_CHECK_CLOSE_FRACTION(y, chebyshev_t(3, x), tol); in test_clenshaw_recurrence()
120 BOOST_CHECK_CLOSE_FRACTION(y, chebyshev_t(4, x), tol); in test_clenshaw_recurrence()
123 BOOST_CHECK_CLOSE_FRACTION(y, chebyshev_t(5, x), tol); in test_clenshaw_recurrence()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/math/test/
H A Dchebyshev_test.cpp22 using boost::math::chebyshev_t;
38 BOOST_CHECK_CLOSE_FRACTION(chebyshev_t(1, x), x, tol); in test_polynomials()
102 BOOST_CHECK_CLOSE_FRACTION(y, chebyshev_t(0, x), tol); in test_clenshaw_recurrence()
105 BOOST_CHECK_CLOSE_FRACTION(y, chebyshev_t(0, x), tol); in test_clenshaw_recurrence()
108 BOOST_CHECK_CLOSE_FRACTION(y, chebyshev_t(0, x), tol); in test_clenshaw_recurrence()
111 BOOST_CHECK_CLOSE_FRACTION(y, chebyshev_t(1, x), tol); in test_clenshaw_recurrence()
114 BOOST_CHECK_CLOSE_FRACTION(y, chebyshev_t(2, x), tol); in test_clenshaw_recurrence()
117 BOOST_CHECK_CLOSE_FRACTION(y, chebyshev_t(3, x), tol); in test_clenshaw_recurrence()
120 BOOST_CHECK_CLOSE_FRACTION(y, chebyshev_t(4, x), tol); in test_clenshaw_recurrence()
123 BOOST_CHECK_CLOSE_FRACTION(y, chebyshev_t(5, x), tol); in test_clenshaw_recurrence()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/math/test/
H A Dchebyshev_test.cpp22 using boost::math::chebyshev_t;
38 BOOST_CHECK_CLOSE_FRACTION(chebyshev_t(1, x), x, tol); in test_polynomials()
102 BOOST_CHECK_CLOSE_FRACTION(y, chebyshev_t(0, x), tol); in test_clenshaw_recurrence()
105 BOOST_CHECK_CLOSE_FRACTION(y, chebyshev_t(0, x), tol); in test_clenshaw_recurrence()
108 BOOST_CHECK_CLOSE_FRACTION(y, chebyshev_t(0, x), tol); in test_clenshaw_recurrence()
111 BOOST_CHECK_CLOSE_FRACTION(y, chebyshev_t(1, x), tol); in test_clenshaw_recurrence()
114 BOOST_CHECK_CLOSE_FRACTION(y, chebyshev_t(2, x), tol); in test_clenshaw_recurrence()
117 BOOST_CHECK_CLOSE_FRACTION(y, chebyshev_t(3, x), tol); in test_clenshaw_recurrence()
120 BOOST_CHECK_CLOSE_FRACTION(y, chebyshev_t(4, x), tol); in test_clenshaw_recurrence()
123 BOOST_CHECK_CLOSE_FRACTION(y, chebyshev_t(5, x), tol); in test_clenshaw_recurrence()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/math/test/
H A Dchebyshev_test.cpp18 using boost::math::chebyshev_t;
31 CHECK_MOLLIFIED_CLOSE(chebyshev_t(0, x), Real(1), tol); in test_polynomials()
32 CHECK_MOLLIFIED_CLOSE(chebyshev_t(1, x), x, tol); in test_polynomials()
33 CHECK_MOLLIFIED_CLOSE(chebyshev_t(2, x), 2*x*x - 1, tol); in test_polynomials()
94 Real expected = chebyshev_t(0, x); in test_clenshaw_recurrence()
109 expected = chebyshev_t(1,x); in test_clenshaw_recurrence()
115 expected = chebyshev_t(2, x); in test_clenshaw_recurrence()
121 expected = chebyshev_t(3, x); in test_clenshaw_recurrence()
127 expected = chebyshev_t(4, x); in test_clenshaw_recurrence()
133 expected = chebyshev_t(5, x); in test_clenshaw_recurrence()
[all …]
/dports/math/maxima/maxima-5.43.2/tests/wester_problems/
H A Dtest_special_functions.mac56 ratsimp(chebyshev_t(1008, x) - 2*x*chebyshev_t(1007, x) + chebyshev_t(1006, x));
60 chebyshev_t(n, -1);
63 chebyshev_t(n, -1);
66 chebyshev_t(n, -1);
/dports/math/maxima/maxima-5.43.2/share/orthopoly/
H A Dtest_orthopoly.mac48 chebyshev_t,
279 cheb_rec(n,m) := 2 * chebyshev_t(m,x) * chebyshev_t(n,x)
280 - chebyshev_t(n+m,x) - chebyshev_t(n-m,x)$
294 - chebyshev_t(n+m,x) + chebyshev_t(n-m,x)$
1101 foo : diff(chebyshev_t(n,x^2) - chebyshev_t(i,x^2),x),
1260 foo : chebyshev_t(n,2)$
1482 foo : integrate(chebyshev_t(5,x) * chebyshev_t(4,x)
1602 '(chebyshev_t(2,x)),
1603 '(chebyshev_t(3,x)),
1604 '(chebyshev_t(4,x)),
[all …]
H A Drtest_orthopoly.mac45 chebyshev_t,
268 cheb_rec(n,m) := 2 * chebyshev_t(m,x) * chebyshev_t(n,x)
269 - chebyshev_t(n+m,x) - chebyshev_t(n-m,x)$
283 - chebyshev_t(n+m,x) + chebyshev_t(n-m,x)$
1090 foo : diff(chebyshev_t(n,x^2) - chebyshev_t(i,x^2),x),
1249 foo : chebyshev_t(n,2)$
1471 foo : integrate(chebyshev_t(5,x) * chebyshev_t(4,x)
1591 '(chebyshev_t(2,x)),
1592 '(chebyshev_t(3,x)),
1593 '(chebyshev_t(4,x)),
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/math/special_functions/
H A Dchebyshev.hpp89 chebyshev_t(unsigned n, Real const & x, const Policy&) in chebyshev_t() function
97 inline typename tools::promote_args<Real>::type chebyshev_t(unsigned n, Real const & x) in chebyshev_t() function
99 return chebyshev_t(n, x, policies::policy<>()); in chebyshev_t()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/math/special_functions/
H A Dchebyshev.hpp89 chebyshev_t(unsigned n, Real const & x, const Policy&) in chebyshev_t() function
97 inline typename tools::promote_args<Real>::type chebyshev_t(unsigned n, Real const & x) in chebyshev_t() function
99 return chebyshev_t(n, x, policies::policy<>()); in chebyshev_t()
/dports/devel/boost-libs/boost_1_72_0/boost/math/special_functions/
H A Dchebyshev.hpp89 chebyshev_t(unsigned n, Real const & x, const Policy&) in chebyshev_t() function
97 inline typename tools::promote_args<Real>::type chebyshev_t(unsigned n, Real const & x) in chebyshev_t() function
99 return chebyshev_t(n, x, policies::policy<>()); in chebyshev_t()
/dports/devel/boost-python-libs/boost_1_72_0/boost/math/special_functions/
H A Dchebyshev.hpp89 chebyshev_t(unsigned n, Real const & x, const Policy&) in chebyshev_t() function
97 inline typename tools::promote_args<Real>::type chebyshev_t(unsigned n, Real const & x) in chebyshev_t() function
99 return chebyshev_t(n, x, policies::policy<>()); in chebyshev_t()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/math/special_functions/
H A Dchebyshev.hpp89 chebyshev_t(unsigned n, Real const & x, const Policy&) in chebyshev_t() function
97 inline typename tools::promote_args<Real>::type chebyshev_t(unsigned n, Real const & x) in chebyshev_t() function
99 return chebyshev_t(n, x, policies::policy<>()); in chebyshev_t()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/math/special_functions/
H A Dchebyshev.hpp89 chebyshev_t(unsigned n, Real const & x, const Policy&)
97 inline typename tools::promote_args<Real>::type chebyshev_t(unsigned n, Real const & x)
99 return chebyshev_t(n, x, policies::policy<>());
/dports/devel/boost-docs/boost_1_72_0/libs/multiprecision/example/
H A Dhypergeometric_luke_algorithms.cpp88 template<class T> T chebyshev_t(const std::int32_t n, const T& x);
90 template<class T> T chebyshev_t(const std::uint32_t n, const T& x, std::vector<T>* vp);
152 template<class T> T my_math::chebyshev_t(const std::int32_t n, const T& x) in chebyshev_t() function in my_math
158 const T y = chebyshev_t(n, -x); in chebyshev_t()
167 return chebyshev_t(nn, x); in chebyshev_t()
175 template<class T> T my_math::chebyshev_t(const std::uint32_t n, const T& x, std::vector<T>* const v… in chebyshev_t() function in my_math
199 using my_math::chebyshev_t; in series()
206 chebyshev_t(static_cast<std::uint32_t>(C.size()), in series()
/dports/devel/boost-python-libs/boost_1_72_0/libs/multiprecision/example/
H A Dhypergeometric_luke_algorithms.cpp88 template<class T> T chebyshev_t(const std::int32_t n, const T& x);
90 template<class T> T chebyshev_t(const std::uint32_t n, const T& x, std::vector<T>* vp);
152 template<class T> T my_math::chebyshev_t(const std::int32_t n, const T& x) in chebyshev_t() function in my_math
158 const T y = chebyshev_t(n, -x); in chebyshev_t()
167 return chebyshev_t(nn, x); in chebyshev_t()
175 template<class T> T my_math::chebyshev_t(const std::uint32_t n, const T& x, std::vector<T>* const v… in chebyshev_t() function in my_math
199 using my_math::chebyshev_t; in series()
206 chebyshev_t(static_cast<std::uint32_t>(C.size()), in series()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/multiprecision/example/
H A Dhypergeometric_luke_algorithms.cpp88 template<class T> T chebyshev_t(const std::int32_t n, const T& x);
90 template<class T> T chebyshev_t(const std::uint32_t n, const T& x, std::vector<T>* vp);
152 template<class T> T my_math::chebyshev_t(const std::int32_t n, const T& x) in chebyshev_t() function in my_math
158 const T y = chebyshev_t(n, -x); in chebyshev_t()
167 return chebyshev_t(nn, x); in chebyshev_t()
175 template<class T> T my_math::chebyshev_t(const std::uint32_t n, const T& x, std::vector<T>* const v… in chebyshev_t() function in my_math
199 using my_math::chebyshev_t; in series()
206 chebyshev_t(static_cast<std::uint32_t>(C.size()), in series()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/multiprecision/example/
H A Dhypergeometric_luke_algorithms.cpp88 template<class T> T chebyshev_t(const std::int32_t n, const T& x);
90 template<class T> T chebyshev_t(const std::uint32_t n, const T& x, std::vector<T>* vp);
152 template<class T> T my_math::chebyshev_t(const std::int32_t n, const T& x) in chebyshev_t() function in my_math
158 const T y = chebyshev_t(n, -x); in chebyshev_t()
167 return chebyshev_t(nn, x); in chebyshev_t()
175 template<class T> T my_math::chebyshev_t(const std::uint32_t n, const T& x, std::vector<T>* const v… in chebyshev_t() function in my_math
199 using my_math::chebyshev_t; in series()
206 chebyshev_t(static_cast<std::uint32_t>(C.size()), in series()
/dports/databases/percona57-server/boost_1_59_0/libs/multiprecision/example/
H A Dhypergeometric_luke_algorithms.cpp88 template<class T> T chebyshev_t(const std::int32_t n, const T& x);
90 template<class T> T chebyshev_t(const std::uint32_t n, const T& x, std::vector<T>* vp);
152 template<class T> T my_math::chebyshev_t(const std::int32_t n, const T& x) in chebyshev_t() function in my_math
158 const T y = chebyshev_t(n, -x); in chebyshev_t()
167 return chebyshev_t(nn, x); in chebyshev_t()
175 template<class T> T my_math::chebyshev_t(const std::uint32_t n, const T& x, std::vector<T>* const v… in chebyshev_t() function in my_math
199 using my_math::chebyshev_t; in series()
206 chebyshev_t(static_cast<std::uint32_t>(C.size()), in series()
/dports/databases/xtrabackup/boost_1_59_0/libs/multiprecision/example/
H A Dhypergeometric_luke_algorithms.cpp88 template<class T> T chebyshev_t(const std::int32_t n, const T& x);
90 template<class T> T chebyshev_t(const std::uint32_t n, const T& x, std::vector<T>* vp);
152 template<class T> T my_math::chebyshev_t(const std::int32_t n, const T& x) in chebyshev_t() function in my_math
158 const T y = chebyshev_t(n, -x); in chebyshev_t()
167 return chebyshev_t(nn, x); in chebyshev_t()
175 template<class T> T my_math::chebyshev_t(const std::uint32_t n, const T& x, std::vector<T>* const v… in chebyshev_t() function in my_math
199 using my_math::chebyshev_t; in series()
206 chebyshev_t(static_cast<std::uint32_t>(C.size()), in series()
/dports/databases/percona57-client/boost_1_59_0/libs/multiprecision/example/
H A Dhypergeometric_luke_algorithms.cpp88 template<class T> T chebyshev_t(const std::int32_t n, const T& x);
90 template<class T> T chebyshev_t(const std::uint32_t n, const T& x, std::vector<T>* vp);
152 template<class T> T my_math::chebyshev_t(const std::int32_t n, const T& x) in chebyshev_t() function in my_math
158 const T y = chebyshev_t(n, -x); in chebyshev_t()
167 return chebyshev_t(nn, x); in chebyshev_t()
175 template<class T> T my_math::chebyshev_t(const std::uint32_t n, const T& x, std::vector<T>* const v… in chebyshev_t() function in my_math
199 using my_math::chebyshev_t; in series()
206 chebyshev_t(static_cast<std::uint32_t>(C.size()), in series()
/dports/devel/boost-libs/boost_1_72_0/libs/multiprecision/example/
H A Dhypergeometric_luke_algorithms.cpp88 template<class T> T chebyshev_t(const std::int32_t n, const T& x);
90 template<class T> T chebyshev_t(const std::uint32_t n, const T& x, std::vector<T>* vp);
152 template<class T> T my_math::chebyshev_t(const std::int32_t n, const T& x) in chebyshev_t() function in my_math
158 const T y = chebyshev_t(n, -x); in chebyshev_t()
167 return chebyshev_t(nn, x); in chebyshev_t()
175 template<class T> T my_math::chebyshev_t(const std::uint32_t n, const T& x, std::vector<T>* const v… in chebyshev_t() function in my_math
199 using my_math::chebyshev_t; in series()
206 chebyshev_t(static_cast<std::uint32_t>(C.size()), in series()
/dports/devel/hyperscan/boost_1_75_0/libs/multiprecision/example/
H A Dhypergeometric_luke_algorithms.cpp88 template<class T> T chebyshev_t(const std::int32_t n, const T& x);
90 template<class T> T chebyshev_t(const std::uint32_t n, const T& x, std::vector<T>* vp);
152 template<class T> T my_math::chebyshev_t(const std::int32_t n, const T& x) in chebyshev_t() function in my_math
158 const T y = chebyshev_t(n, -x); in chebyshev_t()
167 return chebyshev_t(nn, x); in chebyshev_t()
175 template<class T> T my_math::chebyshev_t(const std::uint32_t n, const T& x, std::vector<T>* const v… in chebyshev_t() function in my_math
199 using my_math::chebyshev_t; in series()
206 chebyshev_t(static_cast<std::uint32_t>(C.size()), in series()
/dports/devel/hyperscan/boost_1_75_0/boost/math/special_functions/
H A Dchebyshev.hpp92 chebyshev_t(unsigned n, Real const & x, const Policy&) in chebyshev_t() function
107 inline typename tools::promote_args<Real>::type chebyshev_t(unsigned n, Real const & x) in chebyshev_t() function
109 return chebyshev_t(n, x, policies::policy<>()); in chebyshev_t()
/dports/devel/R-cran-BH/BH/inst/include/boost/math/special_functions/
H A Dchebyshev.hpp94 chebyshev_t(unsigned n, Real const & x, const Policy&) in chebyshev_t() function
109 inline typename tools::promote_args<Real>::type chebyshev_t(unsigned n, Real const & x) in chebyshev_t() function
111 return chebyshev_t(n, x, policies::policy<>()); in chebyshev_t()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/math/special_functions/
H A Dchebyshev.hpp92 chebyshev_t(unsigned n, Real const & x, const Policy&) in chebyshev_t() function
107 inline typename tools::promote_args<Real>::type chebyshev_t(unsigned n, Real const & x) in chebyshev_t() function
109 return chebyshev_t(n, x, policies::policy<>()); in chebyshev_t()

1234