42#ifndef STOKHOS_EPETRA_MULTIVECTOR_OPERATOR_ORTHOG_POLY_HPP
43#define STOKHOS_EPETRA_MULTIVECTOR_OPERATOR_ORTHOG_POLY_HPP
72 const Teuchos::RCP<Stokhos::EpetraMultiVectorOrthogPoly>&
sg_mv,
73 bool is_multi_vec_transposed);
93 Teuchos::RCP<EpetraMultiVectorOrthogPoly>
99 Teuchos::RCP<Stokhos::EpetraMultiVectorOrthogPoly>
sg_mv;
A container class storing an orthogonal polynomial whose coefficients are vectors,...
int ordinal_type
Typename of ordinals.
virtual ~EpetraMultiVectorOperatorOrthogPoly()
Destructor.
double value_type
Typename of values.
Teuchos::RCP< EpetraMultiVectorOrthogPoly > multiVectorOrthogPoly() const
Get multi vector orthog poly.
EpetraMultiVectorOperatorOrthogPoly & operator=(const EpetraMultiVectorOperatorOrthogPoly &v)
Assignment.
EpetraMultiVectorOperatorOrthogPoly(const Teuchos::RCP< Stokhos::EpetraMultiVectorOrthogPoly > &sg_mv, bool is_multi_vec_transposed)
Create a polynomial for basis basis where each coefficient is generated from the supplied map.
Teuchos::RCP< Stokhos::EpetraMultiVectorOrthogPoly > sg_mv
Multivector orthog poly.
A container class storing an orthogonal polynomial whose coefficients are vectors,...
A container class for products of Epetra_Vector's.
Top-level namespace for Stokhos classes and functions.