AbstractLinAlgPack: C++ Interfaces For Vectors, Matrices And Related Linear Algebra Objects  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | List of all members
AbstractLinAlgPack::VectorSpaceFactorySerial Class Reference

Abstract interface for objects that can create vector spaces of a specified dimension. More...

#include <AbstractLinAlgPack_VectorSpaceFactorySerial.hpp>

Inheritance diagram for AbstractLinAlgPack::VectorSpaceFactorySerial:
Inheritance graph
[legend]

Public Member Functions

 VectorSpaceFactorySerial (const inner_prod_ptr_t &inner_prod=Teuchos::null)
 
- Public Member Functions inherited from AbstractLinAlgPack::VectorSpaceFactory
virtual ~VectorSpaceFactory ()
 
 VectorSpaceFactory (const inner_prod_ptr_t &inner_prod=Teuchos::null)
 Calls inner_prod() More...
 
virtual void inner_prod (const inner_prod_ptr_t &inner_prod)
 Initialize with an inner product object that will be given to vector. More...
 
virtual const inner_prod_ptr_t inner_prod () const
 Return the smart pointer to the inner product strategy object. More...
 

Overridden from VectorSpaceFactory

space_ptr_t create_vec_spc (index_type dim) const
 

Additional Inherited Members

- Public Types inherited from AbstractLinAlgPack::VectorSpaceFactory
typedef Teuchos::RCP< const
InnerProduct
inner_prod_ptr_t
 
typedef Teuchos::RCP< const
VectorSpace
space_ptr_t
 

Detailed Description

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.

Constructor & Destructor Documentation

AbstractLinAlgPack::VectorSpaceFactorySerial::VectorSpaceFactorySerial ( const inner_prod_ptr_t inner_prod = Teuchos::null)

Member Function Documentation

VectorSpaceFactory::space_ptr_t AbstractLinAlgPack::VectorSpaceFactorySerial::create_vec_spc ( index_type  dim) const
virtual

The documentation for this class was generated from the following files: