42 #ifndef THYRA_POLYNOMIAL_VECTOR_TRAITS_HPP
43 #define THYRA_POLYNOMIAL_VECTOR_TRAITS_HPP
45 #include "Thyra_VectorBase.hpp"
46 #include "Teuchos_PolynomialTraits.hpp"
47 #include "Thyra_VectorStdOps.hpp"
48 #include "Thyra_MultiVectorStdOps.hpp"
58 template <
typename Scalar>
75 Thyra::copy(x, Teuchos::ptr(y));
80 Thyra::assign(Teuchos::ptr(y), alpha);
86 Thyra::Vp_V(Teuchos::ptr(y), x, beta);
93 #endif // THYRA_POLYNOMIAL_VECTOR_TRAITS_HPP