|
STLdoc
STLdocumentation
|
Macros | |
| #define | _GLIBCXX_TR1_POLY_LAGUERRE_TCC 1 |
Functions | |
| namespace std | _GLIBCXX_VISIBILITY (default) |
This is an internal header file, included by other library headers. Do not attempt to use it directly. {tr1/cmath}
| #define _GLIBCXX_TR1_POLY_LAGUERRE_TCC 1 |
| namespace std _GLIBCXX_VISIBILITY | ( | default | ) |
This routine returns the associated Laguerre polynomial of order
, degree
for large n. Abramowitz & Stegun, 13.5.21
| __n | The order of the Laguerre function. |
| __alpha | The degree of the Laguerre function. |
| __x | The argument of the Laguerre function. |
, and argument x.This is from the GNU Scientific Library.
Evaluate the polynomial based on the confluent hypergeometric function in a safe way, with no restriction on the arguments.
The associated Laguerre function is defined by
where
is the Pochhammer symbol and
is the confluent hypergeometric function.
This function assumes x != 0.
This is from the GNU Scientific Library.
This routine returns the associated Laguerre polynomial of order
, degree
:
by recursion.
The associated Laguerre function is defined by
where
is the Pochhammer symbol and
is the confluent hypergeometric function.
The associated Laguerre polynomial is defined for integral
by:
where the Laguerre polynomial is defined by:
| __n | The order of the Laguerre function. |
| __alpha | The degree of the Laguerre function. |
| __x | The argument of the Laguerre function. |
, and argument x.This routine returns the associated Laguerre polynomial of order n, degree
:
.
The associated Laguerre function is defined by
where
is the Pochhammer symbol and
is the confluent hypergeometric function.
The associated Laguerre polynomial is defined for integral
by:
where the Laguerre polynomial is defined by:
| __n | The order of the Laguerre function. |
| __alpha | The degree of the Laguerre function. |
| __x | The argument of the Laguerre function. |
, and argument x.This routine returns the associated Laguerre polynomial of order n, degree m:
.
The associated Laguerre polynomial is defined for integral
by:
where the Laguerre polynomial is defined by:
| __n | The order of the Laguerre polynomial. |
| __m | The degree of the Laguerre polynomial. |
| __x | The argument of the Laguerre polynomial. |
This routine returns the Laguerre polynomial of order n:
.
The Laguerre polynomial is defined by:
| __n | The order of the Laguerre polynomial. |
| __x | The argument of the Laguerre polynomial. |
1.8.6