VectorSpaceBase node subclass for serial vectors and multi-vectors.
More...
#include <Thyra_SerialVectorSpaceBaseDecl.hpp>
Inheritance diagram for Thyra::SerialVectorSpaceBase< Scalar >:
Overridden from VectorSpace | |
| virtual bool | isInCore () const |
| Returns true. | |
| bool | isCompatible (const VectorSpaceBase< Scalar > &vecSpc) const |
Returns true if vecSpc.dim() == this->dim(). | |
VectorSpaceBase node subclass for serial vectors and multi-vectors.
All a concrete serial vector space subclass must do is to override the createMember() and dim() functions.
Definition at line 44 of file Thyra_SerialVectorSpaceBaseDecl.hpp.
|
|||||||||
|
Returns true.
Reimplemented from Thyra::VectorSpaceBase< Scalar >. Definition at line 38 of file Thyra_SerialVectorSpaceBase.hpp. |
|
||||||||||
|
Returns true if
The assumption here is that Implements Thyra::VectorSpaceBase< Scalar >. Definition at line 44 of file Thyra_SerialVectorSpaceBase.hpp. |
1.3.9.1