42 #ifndef VECTOR_SPACE_FACTORY_SERIAL_H
43 #define VECTOR_SPACE_FACTORY_SERIAL_H
45 #include "AbstractLinAlgPack_Types.hpp"
46 #include "AbstractLinAlgPack_VectorSpaceFactory.hpp"
48 namespace AbstractLinAlgPack {
74 #endif // VECTOR_SPACE_FACTORY_SERIAL_H
space_ptr_t create_vec_spc(index_type dim) const
virtual const inner_prod_ptr_t inner_prod() const
Return the smart pointer to the inner product strategy object.
Abstract interface for objects that can create vector spaces of a specified dimension.
Abstract interface for objects that can create vector spaces of a specified dimension.
VectorSpaceFactorySerial(const inner_prod_ptr_t &inner_prod=Teuchos::null)