mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-04 18:54:00 +08:00
It is not clear what XprType::Nested should be, so let's use nested<Xpr>::type as much as possible
This commit is contained in:
parent
2bf63c6b4a
commit
5806e73800
@ -62,8 +62,8 @@ class Product : public ProductImpl<_Lhs,_Rhs,Option,
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
typedef typename Lhs::Nested LhsNested;
|
typedef typename internal::nested<Lhs>::type LhsNested;
|
||||||
typedef typename Rhs::Nested RhsNested;
|
typedef typename internal::nested<Rhs>::type RhsNested;
|
||||||
typedef typename internal::remove_all<LhsNested>::type LhsNestedCleaned;
|
typedef typename internal::remove_all<LhsNested>::type LhsNestedCleaned;
|
||||||
typedef typename internal::remove_all<RhsNested>::type RhsNestedCleaned;
|
typedef typename internal::remove_all<RhsNested>::type RhsNestedCleaned;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user