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

@@ -620,6 +620,8 @@ template<typename Derived> class MatrixBase
*/
inline int stride(void) const { return derived().stride(); }
inline const NestByValue<Derived> nestByValue() const;
ConjugateReturnType conjugate() const;
RealReturnType real() const;
NonConstRealReturnType real();