Go to the source code of this file.
Functions |
| void | polynomials (const uint N, concepts::Array< Real > &eigenvalues, concepts::Array< Real > &integrals) |
| | Computes the polynomials for the orthogonal decomposition of the Karhunen-Loeve expansion.
|
Function Documentation
Computes the polynomials for the orthogonal decomposition of the Karhunen-Loeve expansion.
- Parameters:
-
| N | Number of polynomials, ie. N = p+1 |
| eigenvalues | Used to store the eigenvalues |
| integrals | Used to store the integrals of the polynomials over [-1/2, 1/2] |
- Author:
- Radu Todor, 2003