42#ifndef STOKHOS_EPETRA_OPERATOR_ORTHOG_POLY_HPP
43#define STOKHOS_EPETRA_OPERATOR_ORTHOG_POLY_HPP
72 const Teuchos::RCP<const Epetra_BlockMap>& block_map,
75 const Teuchos::RCP<const EpetraExt::MultiComm>&
product_comm);
83 const Teuchos::RCP<const Epetra_BlockMap>& block_map,
86 const Teuchos::RCP<const Epetra_Map>& range_product_map,
87 const Teuchos::RCP<const EpetraExt::MultiComm>&
product_comm);
109 const Teuchos::RCP<const Epetra_BlockMap>& block_map,
110 const Teuchos::RCP<const EpetraExt::MultiComm>&
product_comm);
UnitTestSetup< Kokkos::Cuda > setup
A container class storing an orthogonal polynomial whose coefficients are vectors,...
int ordinal_type
Typename of ordinals.
double value_type
Typename of values.
EpetraOperatorOrthogPoly & operator=(const EpetraOperatorOrthogPoly &v)
Assignment.
virtual ~EpetraOperatorOrthogPoly()
Destructor.
Abstract base class for multivariate orthogonal polynomials.
A container class for products of Epetra_Vector's.
Teuchos::RCP< const EpetraExt::MultiComm > product_comm
Product multi-level communicator.
Teuchos::RCP< const Epetra_Map > domain_base_map
Domain map of each coefficient.
Teuchos::RCP< const Epetra_Map > range_base_map
Range map of each coefficient.
A container class storing an orthogonal polynomial whose coefficients are vectors,...
Teuchos::RCP< const Stokhos::OrthogPolyBasis< ordinal_type, value_type > > basis() const
Get basis.
Top-level namespace for Stokhos classes and functions.