mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-18 06:35: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
|
&& RowsAtCompileTime != Dynamic
|
||||||
&& ColsAtCompileTime != Dynamic,
|
&& ColsAtCompileTime != Dynamic,
|
||||||
Flags0 = traits<XprType>::Flags & ( (HereditaryBits & ~RowMajorBit) |
|
Flags0 = traits<XprType>::Flags & ( (HereditaryBits & ~RowMajorBit) |
|
||||||
DirectAccessBit |
|
(traits<XprType>::Flags & ~DirectAccessBit) |
|
||||||
MaskPacketAccessBit |
|
MaskPacketAccessBit |
|
||||||
MaskAlignedBit),
|
MaskAlignedBit),
|
||||||
Flags = (Flags0 | FlagsLinearAccessBit | FlagsLvalueBit | FlagsRowMajorBit)
|
Flags = (Flags0 | FlagsLinearAccessBit | FlagsLvalueBit | FlagsRowMajorBit)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user