Searched refs:Lnm1 (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/math/doc/sf/ |
D | laguerre.qbk | 24 ``__sf_result`` laguerre_next(unsigned n, T1 x, T2 Ln, T3 Lnm1); 27 ``__sf_result`` laguerre_next(unsigned n, unsigned m, T1 x, T2 Ln, T3 Lnm1); 67 ``__sf_result`` laguerre_next(unsigned n, T1 x, T2 Ln, T3 Lnm1); 90 [[Lnm1][The value of the polynomial evaluated at degree /n-1/.]] 94 ``__sf_result`` laguerre_next(unsigned n, unsigned m, T1 x, T2 Ln, T3 Lnm1); 119 [[Lnm1][The value of the polynomial evaluated at degree /n-1/.]]
|
/third_party/boost/boost/math/special_functions/ |
D | laguerre.hpp | 24 laguerre_next(unsigned n, T1 x, T2 Ln, T3 Lnm1) in laguerre_next() argument 27 return ((2 * n + 1 - result_type(x)) * result_type(Ln) - n * result_type(Lnm1)) / (n + 1); in laguerre_next()
|
D | math_fwd.hpp | 226 laguerre_next(unsigned n, T1 x, T2 Ln, T3 Lnm1);
|
/third_party/boost/libs/math/test/test_instances/ |
D | test_instances.hpp | 139 …uerre_next(unsigned n, BOOST_MATH_TEST_TYPE x, BOOST_MATH_TEST_TYPE Ln, BOOST_MATH_TEST_TYPE Lnm1);
|