mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-05-06 02:34:05 +08:00
Removed deprecated flag (which apparently was ignored anyway)
This commit is contained in:
parent
2150f13d65
commit
1a1ce6ff61
@ -239,7 +239,7 @@ struct traits<KroneckerProductSparse<_Lhs,_Rhs> >
|
||||
RemovedBits = ~(EvalToRowMajor ? 0 : RowMajorBit),
|
||||
|
||||
Flags = ((LhsFlags | RhsFlags) & HereditaryBits & RemovedBits)
|
||||
| EvalBeforeNestingBit | EvalBeforeAssigningBit,
|
||||
| EvalBeforeNestingBit,
|
||||
CoeffReadCost = HugeCost
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user