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 46 of file Stokhos_GrowthRules.hpp.
|
inline |
Constructor.
Definition at line 49 of file Stokhos_GrowthRules.hpp.
|
inlinevirtual |
Destructor.
Definition at line 54 of file Stokhos_GrowthRules.hpp.
|
inlinevirtual |
Evaluate growth rule.
Implements Stokhos::GrowthRule< value_type >.
Definition at line 57 of file Stokhos_GrowthRules.hpp.
|
protected |
Slope.
Definition at line 62 of file Stokhos_GrowthRules.hpp.
|
protected |
Offset.
Definition at line 65 of file Stokhos_GrowthRules.hpp.