10 #ifndef STOKHOS_RYSBASIS_HPP
11 #define STOKHOS_RYSBASIS_HPP
32 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.
TEUCHOS_DEPRECATED RCP< T > rcp(T *p, Dealloc_T dealloc, bool owns_mem)
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.