Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
An exponential growth rule for Gauss-Patterson. More...
#include <Stokhos_GrowthRules.hpp>
Public Member Functions | |
GaussPattersonExponentialGrowthRule () | |
Constructor. More... | |
virtual | ~GaussPattersonExponentialGrowthRule () |
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... | |
An exponential growth rule for Gauss-Patterson.
Definition at line 112 of file Stokhos_GrowthRules.hpp.
|
inline |
Constructor.
Definition at line 115 of file Stokhos_GrowthRules.hpp.
|
inlinevirtual |
Destructor.
Definition at line 118 of file Stokhos_GrowthRules.hpp.
|
inlinevirtual |
Evaluate growth rule.
Implements Stokhos::GrowthRule< value_type >.
Definition at line 121 of file Stokhos_GrowthRules.hpp.