#include <Thyra_SerialVectorSpaceConverterStdDecl.hpp>
Inheritance diagram for Thyra::SerialVectorSpaceConverterStd< ScalarFrom, ScalarTo >:
Overridden from VectorSpaceConverterBase | |
| Teuchos::RefCountPtr< const VectorSpaceBase< ScalarTo > > | createVectorSpaceTo (const VectorSpaceBase< ScalarFrom > &vecSpc) const |
| | |
| Teuchos::RefCountPtr< const VectorSpaceBase< ScalarFrom > > | createVectorSpaceFrom (const VectorSpaceBase< ScalarTo > &vecSpc) const |
| | |
While this concrete subclass creates concrete vector spaces of type SerialVectorSpaceStd, it should be usable with any serial vector space type (i.e. VectorSpaceBase::isInCore()==true) and therefore this subclass is more general then it may appear at first.
Definition at line 47 of file Thyra_SerialVectorSpaceConverterStdDecl.hpp.
|
||||||||||
|
Implements Thyra::VectorSpaceConverterBase< ScalarFrom, ScalarTo >. Definition at line 40 of file Thyra_SerialVectorSpaceConverterStd.hpp. |
|
||||||||||
|
Implements Thyra::VectorSpaceConverterBase< ScalarFrom, ScalarTo >. Definition at line 49 of file Thyra_SerialVectorSpaceConverterStd.hpp. |
1.3.9.1