Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Functions
app-radu/polynomials.hh File Reference
#include "basics/typedefs.hh"
#include "toolbox/array.hh"
Include dependency graph for polynomials.hh:

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

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.

Parameters:
NNumber of polynomials, ie. N = p+1
eigenvaluesUsed to store the eigenvalues
integralsUsed to store the integrals of the polynomials over [-1/2, 1/2]
Author:
Radu Todor, 2003

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)