Stokhos  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public 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.
 
virtual ~DivisionExpansionStrategy ()
 Destructor.
 
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
 

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.


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