Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Enumerations
Stokhos_RecurrenceBasis.hpp File Reference
#include "Stokhos_OneDOrthogPolyBasis.hpp"
#include "Stokhos_RecurrenceBasisImp.hpp"
Include dependency graph for Stokhos_RecurrenceBasis.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Stokhos::RecurrenceBasis< ordinal_type, value_type >
 Implementation of OneDOrthogPolyBasis based on the general three-term recurrence relationship:

\[ \gamma_{k+1}\psi_{k+1}(x) = (\delta_k x - \alpha_k)\psi_k(x) - \beta_k\psi_{k-1}(x) \]

for $k=0,\dots,P$ where $\psi_{-1}(x) = 0$, $\psi_{0}(x) = 1/\gamma_0$, and $\beta_{0} = 1 = \int d\lambda$. More...

 

Namespaces

 Stokhos
 Top-level namespace for Stokhos classes and functions.
 

Enumerations

enum  Stokhos::GrowthPolicy { Stokhos::SLOW_GROWTH, Stokhos::MODERATE_GROWTH }
 Enumerated type for determining Smolyak growth policies. More...