mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Add matrix transposition
This commit is contained in:
@@ -48,6 +48,7 @@ template<typename MatrixType> class EiRow;
|
||||
template<typename MatrixType> class EiColumn;
|
||||
template<typename MatrixType> class EiMinor;
|
||||
template<typename MatrixType> class EiBlock;
|
||||
template<typename MatrixType> class EiTranspose;
|
||||
template<typename Lhs, typename Rhs> class EiSum;
|
||||
template<typename Lhs, typename Rhs> class EiDifference;
|
||||
template<typename Lhs, typename Rhs> class EiMatrixProduct;
|
||||
|
||||
Reference in New Issue
Block a user