Home
last modified time | relevance | path

Searched refs:Tn_1 (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/math/special_functions/
Dchebyshev.hpp22 … tools::promote_args<T1, T2, T3>::type chebyshev_next(T1 const & x, T2 const & Tn, T3 const & Tn_1) in chebyshev_next() argument
24 return 2*x*Tn - Tn_1; in chebyshev_next()
Dmath_fwd.hpp267 …tools::promote_args<T1, T2, T3>::type chebyshev_next(T1 const & x, T2 const & Tn, T3 const & Tn_1);
/third_party/boost/libs/math/doc/sf/
Dchebyshev.qbk19 ``__sf_result`` chebyshev_next(Real1 const & x, Real2 const & Tn, Real3 const & Tn_1);