Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
A growth rule that is the identity. More...
#include <Stokhos_GrowthRules.hpp>
Public Member Functions | |
IdentityGrowthRule () | |
Constructor. More... | |
virtual | ~IdentityGrowthRule () |
Destructor. More... | |
virtual value_type | operator() (const value_type &x) const |
Evaluate growth rule. More... | |
Public Member Functions inherited from Stokhos::GrowthRule< value_type > | |
GrowthRule () | |
Constructor. More... | |
virtual | ~GrowthRule () |
Destructor. More... | |
A growth rule that is the identity.
Definition at line 32 of file Stokhos_GrowthRules.hpp.
|
inline |
Constructor.
Definition at line 35 of file Stokhos_GrowthRules.hpp.
|
inlinevirtual |
Destructor.
Definition at line 38 of file Stokhos_GrowthRules.hpp.
|
inlinevirtual |
Evaluate growth rule.
Implements Stokhos::GrowthRule< value_type >.
Definition at line 41 of file Stokhos_GrowthRules.hpp.