Stokhos  Development
Public Member Functions | Static Public Member Functions | Static Protected Member Functions | List of all members
Stokhos::BasisFactory< ordinal_type, value_type > Class Template Reference

Factory for building multivariate orthogonal polynomial bases. More...

#include <Stokhos_BasisFactory.hpp>

Public Member Functions

 BasisFactory ()
 Constructor.
 
virtual ~BasisFactory ()
 Destructor.
 

Static Public Member Functions

static Teuchos::RCP< const Stokhos::OrthogPolyBasis< ordinal_type, value_type > > create (Teuchos::ParameterList &sgParams)
 Generate multivariate basis.
 

Static Protected Member Functions

static Teuchos::RCP< const Stokhos::OneDOrthogPolyBasis< ordinal_type, value_type > > create1DBasis (Teuchos::ParameterList &params)
 Generate 1-D basis.
 

Detailed Description

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

Factory for building multivariate orthogonal polynomial bases.


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