Added NestByValue and .nestByValue() again for the sake of backwards compatibility.

This commit is contained in:
Hauke Heibel
2009-12-02 10:53:30 +01:00
parent e3612bc0b8
commit 95861fbd6c
4 changed files with 123 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ 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,