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 | Static Public Member Functions | Private Member Functions | List of all members
Stokhos::ExpansionFactory< ordinal_type, value_type > Class Template Reference

Factory for building multivariate expansion strategies. More...

#include <Stokhos_ExpansionFactory.hpp>

Public Member Functions

 ExpansionFactory ()
 Constructor. More...
 
virtual ~ExpansionFactory ()
 Destructor. More...
 

Static Public Member Functions

static Teuchos::RCP
< Stokhos::OrthogPolyExpansion
< ordinal_type, value_type > > 
create (Teuchos::ParameterList &sgParams)
 Generate multivariate expansion. More...
 

Private Member Functions

 ExpansionFactory (const ExpansionFactory &)
 
ExpansionFactoryoperator= (const ExpansionFactory &b)
 

Detailed Description

template<typename ordinal_type, typename value_type>
class Stokhos::ExpansionFactory< ordinal_type, value_type >

Factory for building multivariate expansion strategies.

Definition at line 21 of file Stokhos_ExpansionFactory.hpp.

Constructor & Destructor Documentation

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

Constructor.

Definition at line 25 of file Stokhos_ExpansionFactory.hpp.

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

Destructor.

Definition at line 28 of file Stokhos_ExpansionFactory.hpp.

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

Member Function Documentation

template<typename ordinal_type , typename value_type >
Teuchos::RCP< Stokhos::OrthogPolyExpansion< ordinal_type, value_type > > Stokhos::ExpansionFactory< ordinal_type, value_type >::create ( Teuchos::ParameterList sgParams)
static

Generate multivariate expansion.

Definition at line 25 of file Stokhos_ExpansionFactoryImp.hpp.

template<typename ordinal_type , typename value_type >
ExpansionFactory& Stokhos::ExpansionFactory< ordinal_type, value_type >::operator= ( const ExpansionFactory< ordinal_type, value_type > &  b)
private

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