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 |
| | |
Teuchos::AbstractFactoryStd to create MultiVectorBase objects of a given size.
Definition at line 41 of file Thyra_MultiVectorAllocator.hpp.
| typedef Teuchos::RCP<MultiVectorBase<Scalar> > Thyra::MultiVectorAllocator< Scalar >::ptr_t |
| Thyra::MultiVectorAllocator< Scalar >::MultiVectorAllocator | ( | ) | [inline] |
| Thyra::MultiVectorAllocator< Scalar >::MultiVectorAllocator | ( | const Teuchos::RCP< const VectorSpaceBase< Scalar > > & | vs, | |
| int | numMembers | |||
| ) | [inline] |
| const ptr_t Thyra::MultiVectorAllocator< Scalar >::allocate | ( | ) | const [inline] |
1.4.7