|
Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
Go to the documentation of this file.
42 #ifndef STOKHOS_GROWTH_RULES
43 #define STOKHOS_GROWTH_RULES
48 template <
typename value_type>
63 template <
typename value_type>
77 template <
typename value_type>
107 template <
typename value_type>
125 template <
typename value_type>
143 template <
typename value_type>
virtual value_type operator()(const value_type &x) const
Evaluate growth rule.
An exponential growth rule for Clenshaw-Curtis.
virtual value_type operator()(const value_type &x) const =0
Evaluate growth rule.
A growth rule that is the identity.
virtual value_type operator()(const value_type &x) const
Evaluate growth rule.
virtual value_type operator()(const value_type &x) const
Evaluate growth rule.
virtual ~GrowthRule()
Destructor.
A growth rule that always makes the supplied order even.
virtual ~LinearGrowthRule()
Destructor.
An exponential growth rule for Gauss-Patterson.
Interface for abstract growth rules.
virtual ~IdentityGrowthRule()
Destructor.
virtual ~ClenshawCurtisExponentialGrowthRule()
Destructor.
GaussPattersonExponentialGrowthRule()
Constructor.
IdentityGrowthRule()
Constructor.
virtual value_type operator()(const value_type &x) const
Evaluate growth rule.
virtual ~GaussPattersonExponentialGrowthRule()
Destructor.
Top-level namespace for Stokhos classes and functions.
virtual ~EvenGrowthRule()
Destructor.
const IndexType const IndexType const IndexType const IndexType const ValueType const ValueType * x
KOKKOS_INLINE_FUNCTION PCE< Storage > pow(const PCE< Storage > &a, const PCE< Storage > &b)
EvenGrowthRule()
Constructor.
virtual value_type operator()(const value_type &x) const
Evaluate growth rule.
ClenshawCurtisExponentialGrowthRule()
Constructor.
LinearGrowthRule(const value_type &a_=value_type(1), const value_type &b_=value_type(0))
Constructor.