mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
That's it NestByValue and .nestByValue() are both gone!
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user