42 #include "AbstractLinAlgPack_VectorSpaceFactory.hpp"
43 #include "AbstractLinAlgPack_InnerProduct.hpp"
45 namespace AbstractLinAlgPack {
virtual const inner_prod_ptr_t inner_prod() const
Return the smart pointer to the inner product strategy object.
virtual ~VectorSpaceFactory()
VectorSpaceFactory(const inner_prod_ptr_t &inner_prod=Teuchos::null)
Calls inner_prod()
Teuchos::RCP< const InnerProduct > inner_prod_ptr_t