Remove reshape InnerPanel, add test, fix bug

This commit is contained in:
yoco
2014-01-20 01:43:28 +08:00
parent 03723abda0
commit 2b89080903
3 changed files with 24 additions and 24 deletions

View File

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