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;
105 #endif // STOKHOS_EPETRA_MULTIVECTOR_OPERATOR_ORTHOG_POLY_HPP A container class storing an orthogonal polynomial whose coefficients are vectors, operators, or in general any type that would have an expensive copy constructor.
virtual ~EpetraMultiVectorOperatorOrthogPoly()
Destructor.
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...
int ordinal_type
Typename of ordinals.
Top-level namespace for Stokhos classes and functions.
A container class storing an orthogonal polynomial whose coefficients are vectors, operators, or in general any type that would have an expensive copy constructor.
A container class for products of Epetra_Vector's.
double value_type
Typename of values.
Teuchos::RCP< Stokhos::EpetraMultiVectorOrthogPoly > sg_mv
Multivector orthog poly.
Teuchos::RCP< EpetraMultiVectorOrthogPoly > multiVectorOrthogPoly() const
Get multi vector orthog poly.