That's it NestByValue and .nestByValue() are both gone!

This commit is contained in:
Hauke Heibel
2009-12-01 13:29:08 +01:00
parent b08d5b2d2c
commit d3250cb38f
5 changed files with 6 additions and 153 deletions

View File

@@ -36,7 +36,6 @@ template<typename _Scalar, int _Rows, int _Cols,
template<typename ExpressionType, unsigned int Added, unsigned int Removed> class Flagged;
template<typename ExpressionType> class NoAlias;
template<typename ExpressionType> class NestByValue;
template<typename ExpressionType> class SwapWrapper;
template<typename MatrixType> class Minor;
template<typename MatrixType, int BlockRows=Dynamic, int BlockCols=Dynamic, int PacketAccess=AsRequested,