10 #ifndef STOKHOS_HERMITEBASIS_HPP 
   11 #define STOKHOS_HERMITEBASIS_HPP 
   32   template <
typename ordinal_type, 
typename value_type>
 
Teuchos::Array< value_type > delta
Recurrence  coefficients. 
 
Hermite polynomial basis. 
 
Implementation of OneDOrthogPolyBasis based on the general three-term recurrence relationship:  for  ...
 
Teuchos::Array< value_type > beta
Recurrence  coefficients. 
 
GrowthPolicy
Enumerated type for determining Smolyak growth policies. 
 
Teuchos::Array< value_type > alpha
Recurrence  coefficients. 
 
virtual Teuchos::RCP< OneDOrthogPolyBasis< ordinal_type, value_type > > cloneWithOrder(ordinal_type p) const 
Clone this object with the option of building a higher order basis. 
 
~HermiteBasis()
Destructor. 
 
ordinal_type p
Order of basis. 
 
Teuchos::Array< value_type > gamma
Recurrence  coefficients. 
 
bool normalize
Normalize basis. 
 
virtual bool computeRecurrenceCoefficients(ordinal_type n, Teuchos::Array< value_type > &alpha, Teuchos::Array< value_type > &beta, Teuchos::Array< value_type > &delta, Teuchos::Array< value_type > &gamma) const 
Compute recurrence coefficients. 
 
HermiteBasis(ordinal_type p, bool normalize=false, GrowthPolicy growth=SLOW_GROWTH)
Constructor. 
 
GrowthPolicy growth
Smolyak growth policy. 
 
HermiteBasis & operator=(const HermiteBasis &b)