Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <Stokhos_GrowthRules.hpp>
Public Member Functions | |
LinearGrowthRule (const value_type &a_=value_type(1), const value_type &b_=value_type(0)) | |
Constructor. More... | |
virtual | ~LinearGrowthRule () |
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... | |
Protected Attributes | |
value_type | a |
Slope. More... | |
value_type | b |
Offset. More... | |
A linear growth rule.
Definition at line 78 of file Stokhos_GrowthRules.hpp.
|
inline |
Constructor.
Definition at line 81 of file Stokhos_GrowthRules.hpp.
|
inlinevirtual |
Destructor.
Definition at line 86 of file Stokhos_GrowthRules.hpp.
|
inlinevirtual |
Evaluate growth rule.
Implements Stokhos::GrowthRule< value_type >.
Definition at line 89 of file Stokhos_GrowthRules.hpp.
|
protected |
Slope.
Definition at line 94 of file Stokhos_GrowthRules.hpp.
|
protected |
Offset.
Definition at line 97 of file Stokhos_GrowthRules.hpp.