Public Types | |
| using | SourceMatrixType = typename AlgebraTraits<SourceTagT>::matrix_type |
| using | TargetMatrixType = typename AlgebraTraits<TargetTagT>::matrix_type |
Public Member Functions | |
| virtual | ~MatrixConverterT () |
| Free resources. | |
| virtual void | convert (SourceMatrixType const &source, TargetMatrixType &target) const =0 |
Definition at line 106 of file IMatrixConverter.h.
| using Alien::MatrixConverterT< SourceTagT, TargetTagT >::SourceMatrixType = typename AlgebraTraits<SourceTagT>::matrix_type |
Definition at line 109 of file IMatrixConverter.h.
| using Alien::MatrixConverterT< SourceTagT, TargetTagT >::TargetMatrixType = typename AlgebraTraits<TargetTagT>::matrix_type |
Definition at line 110 of file IMatrixConverter.h.
|
inlinevirtual |
Free resources.
Definition at line 112 of file IMatrixConverter.h.