VectorSpaceBase subclass for serial vectors and multi-vectors.
More...
#include <Thyra_SerialVectorSpaceStdDecl.hpp>
Inheritance diagram for Thyra::SerialVectorSpaceStd< Scalar >:
Constructors / initializers | |
| SerialVectorSpaceStd (int dim=0) | |
Calls this->initialize(). | |
| void | initialize (int dim) |
| Initialize given the dimension of the vector space. | |
Overridden form Teuchos::Describable | |
| std::string | description () const |
| | |
Overridden from VectorSpace | |
| Index | dim () const |
| Returns 0 if uninitialized. | |
| Teuchos::RefCountPtr< VectorBase< Scalar > > | createMember () const |
Returns a SerialVectorStd object. | |
| Teuchos::RefCountPtr< MultiVectorBase< Scalar > > | createMembers (int numMembers) const |
Returns a SerialMultiVectorStd object. | |
| Teuchos::RefCountPtr< const VectorSpaceBase< Scalar > > | clone () const |
| Clones the object as promised. | |
VectorSpaceBase subclass for serial vectors and multi-vectors.
The default copy constructor and assignment operators are allowed since they have the correct semantics.
ComplexFFTLinearOp.hpp, test_composite_linear_ops.cpp, test_product_space.cpp, and test_std_ops.cpp.
Definition at line 45 of file Thyra_SerialVectorSpaceStdDecl.hpp.
|
||||||||||
|
Calls
Definition at line 46 of file Thyra_SerialVectorSpaceStd.hpp. |
|
||||||||||
|
Initialize given the dimension of the vector space.
Definition at line 52 of file Thyra_SerialVectorSpaceStd.hpp. |
|
|||||||||
|
Reimplemented from Teuchos::Describable. Definition at line 60 of file Thyra_SerialVectorSpaceStd.hpp. |
|
|||||||||
|
Returns 0 if uninitialized.
Implements Thyra::VectorSpaceBase< Scalar >. Definition at line 68 of file Thyra_SerialVectorSpaceStd.hpp. |
|
|||||||||
|
Returns a
Implements Thyra::VectorSpaceBase< Scalar >. Definition at line 75 of file Thyra_SerialVectorSpaceStd.hpp. |
|
||||||||||
|
Returns a
Reimplemented from Thyra::VectorSpaceDefaultBase< Scalar >. Definition at line 82 of file Thyra_SerialVectorSpaceStd.hpp. |
|
|||||||||
|
Clones the object as promised.
Reimplemented from Thyra::VectorSpaceBase< Scalar >. Definition at line 98 of file Thyra_SerialVectorSpaceStd.hpp. |
1.3.9.1