|
STLdoc
STLdocumentation
|
Macros | |
| #define | _GLIBCXX_TR1_POLY_HERMITE_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_HERMITE_TCC 1 |
| namespace std _GLIBCXX_VISIBILITY | ( | default | ) |
This routine returns the Hermite polynomial of order n:
by recursion on n.
The Hermite polynomial is defined by:
| __n | The order of the Hermite polynomial. |
| __x | The argument of the Hermite polynomial. |
This routine returns the Hermite polynomial of order n:
.
The Hermite polynomial is defined by:
| __n | The order of the Hermite polynomial. |
| __x | The argument of the Hermite polynomial. |
1.8.6