10 #ifndef THYRA_PRODUCT_VECTOR_BASE_HPP
11 #define THYRA_PRODUCT_VECTOR_BASE_HPP
14 #include "Thyra_ProductMultiVectorBase.hpp"
54 template<
class Scalar>
113 template<
class Scalar>
129 template<
class Scalar>
142 #endif // THYRA_PRODUCT_VECTOR_BASE_HPP
Base interface for product multi-vectors.
Base interface for product vectors.
virtual RCP< const VectorBase< Scalar > > getVectorBlock(const int k) const =0
Returns a non-persisting const view of the (zero-based) kth block vector.
virtual RCP< VectorBase< Scalar > > getNonconstVectorBlock(const int k)=0
Returns a non-persisting non-const view of the (zero-based) kth block vector.
RCP< const Thyra::ProductVectorBase< Scalar > > productVectorBase(const RCP< const Thyra::VectorBase< Scalar > > &v)
Dynamic cast from a const VectorBase to a const ProductVectorBase object and thow exception if this f...
Abstract interface for finite-dimensional dense vectors.
RCP< Thyra::ProductVectorBase< Scalar > > nonconstProductVectorBase(const RCP< Thyra::VectorBase< Scalar > > &v)
Dynamic cast from a VectorBase to a ProductVectorBase object and thow exception if this fails...