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 | Private Member Functions | List of all members
Stokhos::DivisionExpansionStrategy< ordinal_type, value_type, node_type > Class Template Referenceabstract

Strategy interface for computing PCE of a/b. More...

#include <Stokhos_DivisionExpansionStrategy.hpp>

Inheritance diagram for Stokhos::DivisionExpansionStrategy< ordinal_type, value_type, node_type >:
Inheritance graph
[legend]

Public Member Functions

 DivisionExpansionStrategy ()
 Constructor. More...
 
virtual ~DivisionExpansionStrategy ()
 Destructor. More...
 
virtual void divide (Stokhos::OrthogPolyApprox< ordinal_type, value_type, node_type > &c, const value_type &alpha, const Stokhos::OrthogPolyApprox< ordinal_type, value_type, node_type > &a, const Stokhos::OrthogPolyApprox< ordinal_type, value_type, node_type > &b, const value_type &beta)=0
 

Private Member Functions

 DivisionExpansionStrategy (const DivisionExpansionStrategy &)
 
DivisionExpansionStrategyoperator= (const DivisionExpansionStrategy &b)
 

Detailed Description

template<typename ordinal_type, typename value_type, typename node_type>
class Stokhos::DivisionExpansionStrategy< ordinal_type, value_type, node_type >

Strategy interface for computing PCE of a/b.

Definition at line 20 of file Stokhos_DivisionExpansionStrategy.hpp.

Constructor & Destructor Documentation

template<typename ordinal_type, typename value_type, typename node_type>
Stokhos::DivisionExpansionStrategy< ordinal_type, value_type, node_type >::DivisionExpansionStrategy ( )
inline

Constructor.

Definition at line 24 of file Stokhos_DivisionExpansionStrategy.hpp.

template<typename ordinal_type, typename value_type, typename node_type>
virtual Stokhos::DivisionExpansionStrategy< ordinal_type, value_type, node_type >::~DivisionExpansionStrategy ( )
inlinevirtual

Destructor.

Definition at line 27 of file Stokhos_DivisionExpansionStrategy.hpp.

template<typename ordinal_type, typename value_type, typename node_type>
Stokhos::DivisionExpansionStrategy< ordinal_type, value_type, node_type >::DivisionExpansionStrategy ( const DivisionExpansionStrategy< ordinal_type, value_type, node_type > &  )
private

Member Function Documentation

template<typename ordinal_type, typename value_type, typename node_type>
virtual void Stokhos::DivisionExpansionStrategy< ordinal_type, value_type, node_type >::divide ( Stokhos::OrthogPolyApprox< ordinal_type, value_type, node_type > &  c,
const value_type &  alpha,
const Stokhos::OrthogPolyApprox< ordinal_type, value_type, node_type > &  a,
const Stokhos::OrthogPolyApprox< ordinal_type, value_type, node_type > &  b,
const value_type &  beta 
)
pure virtual
template<typename ordinal_type, typename value_type, typename node_type>
DivisionExpansionStrategy& Stokhos::DivisionExpansionStrategy< ordinal_type, value_type, node_type >::operator= ( const DivisionExpansionStrategy< ordinal_type, value_type, node_type > &  b)
private

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