Home
last modified time | relevance | path

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

/third_party/boost/libs/math/doc/sf/
Dlaguerre.qbk24 ``__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/
Dlaguerre.hpp24 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()
Dmath_fwd.hpp226 laguerre_next(unsigned n, T1 x, T2 Ln, T3 Lnm1);
/third_party/boost/libs/math/test/test_instances/
Dtest_instances.hpp139 …uerre_next(unsigned n, BOOST_MATH_TEST_TYPE x, BOOST_MATH_TEST_TYPE Ln, BOOST_MATH_TEST_TYPE Lnm1);