|
Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
Go to the documentation of this file.
44 #ifndef STOKHOS_LEGENDREBASIS_HPP
45 #define STOKHOS_LEGENDREBASIS_HPP
66 template <
typename ordinal_type,
typename value_type>
~LegendreBasis()
Destructor.
ordinal_type p
Order of basis.
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.
GrowthPolicy
Enumerated type for determining Smolyak growth policies.
bool normalize
Normalize basis.
GrowthPolicy growth
Smolyak growth policy.
Implementation of OneDOrthogPolyBasis based on the general three-term recurrence relationship:
Legendre polynomial basis.
Top-level namespace for Stokhos classes and functions.
Teuchos::Array< value_type > gamma
Recurrence coefficients.
Teuchos::Array< value_type > alpha
Recurrence coefficients.
Teuchos::Array< value_type > delta
Recurrence coefficients.
LegendreBasis & operator=(const LegendreBasis &b)
Teuchos::Array< value_type > beta
Recurrence coefficients.
LegendreBasis(ordinal_type p, bool normalize=false, GrowthPolicy growth=SLOW_GROWTH)
Constructor.
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.