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

@@ -620,9 +620,6 @@ 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();