Searched refs:Tn_1 (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/boost/math/special_functions/ |
D | chebyshev.hpp | 22 … 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()
|
D | math_fwd.hpp | 267 …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/ |
D | chebyshev.qbk | 19 ``__sf_result`` chebyshev_next(Real1 const & x, Real2 const & Tn, Real3 const & Tn_1);
|