|
Thyra Package Browser (Single Doxygen Collection) Version of the Day
|
Concrete subclass for a converter subclass for converting serial multi-vectors and vectors. More...
#include <Thyra_DefaultSerialVectorSpaceConverter.hpp>

Overridden from VectorSpaceConverterBase | |
| virtual Teuchos::RCP< const VectorSpaceBase< ScalarTo > > | createVectorSpaceTo (const VectorSpaceBase< ScalarFrom > &vecSpc) const |
| | |
| virtual Teuchos::RCP< const VectorSpaceBase< ScalarFrom > > | createVectorSpaceFrom (const VectorSpaceBase< ScalarTo > &vecSpc) const |
| | |
Concrete subclass for a converter subclass for converting serial multi-vectors and vectors.
While this concrete subclass creates concrete vector spaces of type DefaultSerialVectorSpace, it should be usable with any serial vector space type and therefore this subclass is more general then it may appear at first.
Definition at line 49 of file Thyra_DefaultSerialVectorSpaceConverter.hpp.
| Teuchos::RCP< const VectorSpaceBase< ScalarTo > > Thyra::DefaultSerialVectorSpaceConverter< ScalarFrom, ScalarTo >::createVectorSpaceTo | ( | const VectorSpaceBase< ScalarFrom > & | vecSpc | ) | const [virtual] |
Implements Thyra::VectorSpaceConverterBase< ScalarFrom, ScalarTo >.
Definition at line 79 of file Thyra_DefaultSerialVectorSpaceConverter.hpp.
References Thyra::VectorSpaceBase< Scalar >::dim().
| Teuchos::RCP< const VectorSpaceBase< ScalarFrom > > Thyra::DefaultSerialVectorSpaceConverter< ScalarFrom, ScalarTo >::createVectorSpaceFrom | ( | const VectorSpaceBase< ScalarTo > & | vecSpc | ) | const [virtual] |
Implements Thyra::VectorSpaceConverterBase< ScalarFrom, ScalarTo >.
Definition at line 89 of file Thyra_DefaultSerialVectorSpaceConverter.hpp.
References Thyra::VectorSpaceBase< Scalar >::dim().
1.7.4