Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
Stokhos::IdentityGrowthRule< value_type > Class Template Reference

A growth rule that is the identity. More...

#include <Stokhos_GrowthRules.hpp>

Inheritance diagram for Stokhos::IdentityGrowthRule< value_type >:
Inheritance graph
[legend]

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...
 

Detailed Description

template<typename value_type>
class Stokhos::IdentityGrowthRule< value_type >

A growth rule that is the identity.

Definition at line 32 of file Stokhos_GrowthRules.hpp.

Constructor & Destructor Documentation

template<typename value_type >
Stokhos::IdentityGrowthRule< value_type >::IdentityGrowthRule ( )
inline

Constructor.

Definition at line 35 of file Stokhos_GrowthRules.hpp.

template<typename value_type >
virtual Stokhos::IdentityGrowthRule< value_type >::~IdentityGrowthRule ( )
inlinevirtual

Destructor.

Definition at line 38 of file Stokhos_GrowthRules.hpp.

Member Function Documentation

template<typename value_type >
virtual value_type Stokhos::IdentityGrowthRule< value_type >::operator() ( const value_type &  x) const
inlinevirtual

Evaluate growth rule.

Implements Stokhos::GrowthRule< value_type >.

Definition at line 41 of file Stokhos_GrowthRules.hpp.


The documentation for this class was generated from the following file: