|
AbstractLinAlgPack: C++ Interfaces For Vectors, Matrices And Related Linear Algebra Objects
Version of the Day
|
Abstract interface for objects that can create vector spaces of a specified dimension. More...
#include <AbstractLinAlgPack_VectorSpaceFactorySerial.hpp>

Public Member Functions | |
| VectorSpaceFactorySerial (const inner_prod_ptr_t &inner_prod=Teuchos::null) | |
| | |
Overridden from VectorSpaceFactory | |
| space_ptr_t | create_vec_spc (index_type dim) const |
| | |
Abstract interface for objects that can create vector spaces of a specified dimension.
ToDo: Finish documentation!
Definition at line 54 of file AbstractLinAlgPack_VectorSpaceFactorySerial.hpp.
| AbstractLinAlgPack::VectorSpaceFactorySerial::VectorSpaceFactorySerial | ( | const inner_prod_ptr_t & | inner_prod = Teuchos::null | ) |
Definition at line 49 of file AbstractLinAlgPack_VectorSpaceFactorySerial.cpp.
| VectorSpaceFactory::space_ptr_t AbstractLinAlgPack::VectorSpaceFactorySerial::create_vec_spc | ( | index_type | dim | ) | const [virtual] |
Implements AbstractLinAlgPack::VectorSpaceFactory.
Definition at line 56 of file AbstractLinAlgPack_VectorSpaceFactorySerial.cpp.
1.7.6.1