|
Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
Go to the documentation of this file.
42 #ifndef STOKHOS_RYSBASIS_HPP
43 #define STOKHOS_RYSBASIS_HPP
64 template <
typename ordinal_type,
typename value_type>
RysBasis(ordinal_type p, const RysBasis &basis)
Copy constructor with specified order.
ordinal_type p
Order of basis.
Generates three-term recurrence using the Discretized Stieltjes procedure.
KOKKOS_INLINE_FUNCTION PCE< Storage > exp(const PCE< Storage > &a)
TEUCHOS_DEPRECATED RCP< T > rcp(T *p, Dealloc_T dealloc, bool owns_mem)
GrowthPolicy
Enumerated type for determining Smolyak growth policies.
bool normalize
Normalize basis.
GrowthPolicy growth
Smolyak growth policy.
RysBasis & operator=(const RysBasis &b)
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.
Top-level namespace for Stokhos classes and functions.
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
RysBasis(ordinal_type p, value_type c, bool normalize, GrowthPolicy growth=SLOW_GROWTH)
Constructor.