42 #ifndef STOKHOS_RYSBASIS_HPP 43 #define STOKHOS_RYSBASIS_HPP 64 template <
typename ordinal_type,
typename value_type>
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.
Generates three-term recurrence using the Discretized Stieltjes procedure.
GrowthPolicy
Enumerated type for determining Smolyak growth policies.
static value_type rysWeight(const value_type &x)
The Rys weight function.
const IndexType const IndexType const IndexType const IndexType const ValueType const ValueType * x
Top-level namespace for Stokhos classes and functions.
KOKKOS_INLINE_FUNCTION PCE< Storage > exp(const PCE< Storage > &a)
ordinal_type p
Order of basis.
RysBasis(ordinal_type p, const RysBasis &basis)
Copy constructor with specified order.
RysBasis & operator=(const RysBasis &b)
RysBasis(ordinal_type p, value_type c, bool normalize, GrowthPolicy growth=SLOW_GROWTH)
Constructor.
bool normalize
Normalize basis.
GrowthPolicy growth
Smolyak growth policy.