Stokhos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
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.
 
virtual ~IdentityGrowthRule ()
 Destructor.
 
virtual value_type operator() (const value_type &x) const
 Evaluate growth rule.
 
- Public Member Functions inherited from Stokhos::GrowthRule< value_type >
 GrowthRule ()
 Constructor.
 
virtual ~GrowthRule ()
 Destructor.
 
virtual value_type operator() (const value_type &x) const =0
 Evaluate growth rule.
 

Detailed Description

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

A growth rule that is the identity.

Definition at line 64 of file Stokhos_GrowthRules.hpp.

Constructor & Destructor Documentation

◆ IdentityGrowthRule()

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

Constructor.

Definition at line 67 of file Stokhos_GrowthRules.hpp.

◆ ~IdentityGrowthRule()

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

Destructor.

Definition at line 70 of file Stokhos_GrowthRules.hpp.

Member Function Documentation

◆ operator()()

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 73 of file Stokhos_GrowthRules.hpp.


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