42 #ifndef ALAP_VECTOR_SPACE_Thyra_HPP
43 #define ALAP_VECTOR_SPACE_Thyra_HPP
46 #include "Thyra_VectorSpaceBase.hpp"
48 namespace AbstractLinAlgPack {
135 #ifdef DOXYGEN_COMPILE
150 return thyra_vec_spc_;
155 #endif // ALAP_VECTOR_SPACE_Thyra_HPP
vec_mut_ptr_t create_member() const
RTOp_index_type index_type
VectorSpace adapter subclass for Thyra::VectorSpaceBase<value_type> .
space_fcty_ptr_t small_vec_spc_fcty() const
Teuchos::RCP< const Thyra::VectorSpaceBase< value_type > > set_uninitialized()
Set to uninitialized and return smart pointer to the internal Thyra::VectorSpaceBase<value_type> obj...
RTOp_index_type size_type
Abstract interface for objects that represent a space for mutable coordinate vectors.
const Teuchos::RCP< const Thyra::VectorSpaceBase< value_type > > & thyra_vec_spc() const
Return a (converted) smart pointer to the internal smart pointer to the Thyra::VectorSpaceBase<value_...
const Thyra::VectorSpaceBase< value_type > * thyra_vector_space
virtual const inner_prod_ptr_t inner_prod() const
Return the smart pointer to the inner product strategy object.
VectorSpaceThyra()
Construct to uninitialized.
void initialize(const Teuchos::RCP< const Thyra::VectorSpaceBase< value_type > > &thyra_vec_spc, const inner_prod_ptr_t &inner_prod=Teuchos::null)
Initalize given a smart pointer to a Thyra::VetorSpace object.
bool is_compatible(const VectorSpace &vec_spc) const
space_ptr_t clone() const
multi_vec_mut_ptr_t create_members(size_type num_vecs) const