Stokhos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Stokhos::ClenshawCurtisExponentialGrowthRule< value_type > Class Template Reference

An exponential growth rule for Clenshaw-Curtis. More...

#include <Stokhos_GrowthRules.hpp>

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

Public Member Functions

 ClenshawCurtisExponentialGrowthRule ()
 Constructor.
 
virtual ~ClenshawCurtisExponentialGrowthRule ()
 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.
 

Detailed Description

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

An exponential growth rule for Clenshaw-Curtis.

Definition at line 126 of file Stokhos_GrowthRules.hpp.

Constructor & Destructor Documentation

◆ ClenshawCurtisExponentialGrowthRule()

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

Constructor.

Definition at line 129 of file Stokhos_GrowthRules.hpp.

◆ ~ClenshawCurtisExponentialGrowthRule()

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

Destructor.

Definition at line 132 of file Stokhos_GrowthRules.hpp.

Member Function Documentation

◆ operator()()

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

Evaluate growth rule.

Implements Stokhos::GrowthRule< value_type >.

Definition at line 135 of file Stokhos_GrowthRules.hpp.


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