Home
last modified time | relevance | path

Searched refs:chebyshev_next (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/math/special_functions/
Dchebyshev.hpp22 inline typename tools::promote_args<T1, T2, T3>::type chebyshev_next(T1 const & x, T2 const & Tn, T… in chebyshev_next() function
80 T1 = boost::math::chebyshev_next(x, T0, T1); in chebyshev_imp()
Dmath_fwd.hpp267 …typename tools::promote_args<T1, T2, T3>::type chebyshev_next(T1 const & x, T2 const & Tn, T3 cons…
1260 using boost::math::chebyshev_next;\
/third_party/boost/libs/math/doc/sf/
Dchebyshev.qbk19 ``__sf_result`` chebyshev_next(Real1 const & x, Real2 const & Tn, Real3 const & Tn_1);
70 T1 = boost::math::chebyshev_next(x, T0, T1);
74 This uses the `chebyshev_next` function to evaluate each term of the Chebyshev series in constant t…
/third_party/boost/libs/math/test/compile_test/
Dinstantiate.hpp237 boost::math::chebyshev_next(v1, v2, v3); in instantiate()
451 boost::math::chebyshev_next(2 * v1, 1 + v2, 3 * v3); in instantiate()
852 test::chebyshev_next(v1, v2, v3); in instantiate()