mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-17 22:25:55 +08:00
Reshape always non-directly-access
This commit is contained in:
parent
515bbf8bb2
commit
f8ad87f226
@ -90,7 +90,7 @@ struct traits<Reshape<XprType, ReshapeRows, ReshapeCols> > : traits<XprType>
|
||||
&& RowsAtCompileTime != Dynamic
|
||||
&& ColsAtCompileTime != Dynamic,
|
||||
Flags0 = traits<XprType>::Flags & ( (HereditaryBits & ~RowMajorBit) |
|
||||
DirectAccessBit |
|
||||
(traits<XprType>::Flags & ~DirectAccessBit) |
|
||||
MaskPacketAccessBit |
|
||||
MaskAlignedBit),
|
||||
Flags = (Flags0 | FlagsLinearAccessBit | FlagsLvalueBit | FlagsRowMajorBit)
|
||||
|
Loading…
x
Reference in New Issue
Block a user