Thyra
Version of the Day
|
Allocator class to be used with Teuchos::AbstractFactoryStd
to create MultiVectorBase
objects of a given size.
More...
#include <Thyra_MultiVectorAllocator.hpp>
Public Types | |
typedef Teuchos::RCP < MultiVectorBase< Scalar > > | ptr_t |
Public Member Functions | |
MultiVectorAllocator () | |
MultiVectorAllocator (const Teuchos::RCP< const VectorSpaceBase< Scalar > > &vs, int numMembers) | |
const ptr_t | allocate () const |
Allocator class to be used with Teuchos::AbstractFactoryStd
to create MultiVectorBase
objects of a given size.
Definition at line 22 of file Thyra_MultiVectorAllocator.hpp.
typedef Teuchos::RCP<MultiVectorBase<Scalar> > Thyra::MultiVectorAllocator< Scalar >::ptr_t |
Definition at line 27 of file Thyra_MultiVectorAllocator.hpp.
|
inline |
Definition at line 25 of file Thyra_MultiVectorAllocator.hpp.
|
inline |
Definition at line 29 of file Thyra_MultiVectorAllocator.hpp.
|
inline |
Definition at line 37 of file Thyra_MultiVectorAllocator.hpp.