mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-05-06 19:29:08 +08:00
one more fix of the previous commit (forgot to update ei_must_nest_by_value)
This commit is contained in:
parent
bd506d837c
commit
ddbaaebf9e
@ -147,4 +147,6 @@ template<typename T> class ei_eval<T,IsSparse>
|
|||||||
typedef SparseMatrix<_Scalar, _Flags> type;
|
typedef SparseMatrix<_Scalar, _Flags> type;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
template<typename T> struct ei_must_nest_by_value<SparseNestByValue<T> > { enum { ret = true }; };
|
||||||
|
|
||||||
#endif // EIGEN_SPARSEUTIL_H
|
#endif // EIGEN_SPARSEUTIL_H
|
||||||
|
Loading…
x
Reference in New Issue
Block a user