|
Thyra Package Browser (Single Doxygen Collection) Version of the Day
|
Node base class for converting serial multi-vectors (and vectors) from one scalar type to another. More...
#include <Thyra_SerialVectorSpaceConverterBase.hpp>

Overridden from VectorSpaceConverterBase | |
| virtual void | convert (const MultiVectorBase< ScalarFrom > &mv_from, MultiVectorBase< ScalarTo > *mv_to) const |
| | |
Node base class for converting serial multi-vectors (and vectors) from one scalar type to another.
This node base class defines the function convert() for all serial vectors. A concrete subclass is created by deriving from this interface and then defining the function createVectorSpace().
Definition at line 49 of file Thyra_SerialVectorSpaceConverterBase.hpp.
| void Thyra::SerialVectorSpaceConverterBase< ScalarFrom, ScalarTo >::convert | ( | const MultiVectorBase< ScalarFrom > & | mv_from, |
| MultiVectorBase< ScalarTo > * | mv_to | ||
| ) | const [virtual] |
Implements Thyra::VectorSpaceConverterBase< ScalarFrom, ScalarTo >.
Definition at line 72 of file Thyra_SerialVectorSpaceConverterBase.hpp.
References Thyra::DetachedMultiVectorView< Scalar >::numSubCols(), Thyra::ConstDetachedMultiVectorView< Scalar >::numSubCols(), Thyra::DetachedMultiVectorView< Scalar >::subDim(), and Thyra::ConstDetachedMultiVectorView< Scalar >::subDim().
1.7.4