import yoco xiao's work on reshape

This commit is contained in:
Gael Guennebaud
2017-01-29 14:29:31 +01:00
10 changed files with 566 additions and 0 deletions

View File

@@ -84,6 +84,7 @@ template<typename ExpressionType> class SwapWrapper;
template<typename XprType, int BlockRows=Dynamic, int BlockCols=Dynamic, bool InnerPanel = false> class Block;
template<typename XprType, typename RowIndices, typename ColIndices> class IndexedView;
template<typename XprType, int BlockRows=Dynamic, int BlockCols=Dynamic> class Reshape;
template<typename MatrixType, int Size=Dynamic> class VectorBlock;
template<typename MatrixType> class Transpose;