mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Use traits<Matrix>::Options instead of Matrix::Options.
This commit is contained in:
committed by
Rasmus Munk Larsen
parent
0b9ca1159b
commit
500a3602f0
@@ -58,6 +58,7 @@ struct traits<SparseMatrix<Scalar_, Options_, StorageIndex_>> {
|
||||
ColsAtCompileTime = Dynamic,
|
||||
MaxRowsAtCompileTime = Dynamic,
|
||||
MaxColsAtCompileTime = Dynamic,
|
||||
Options = Options_,
|
||||
Flags = Options_ | NestByRefBit | LvalueBit | CompressedAccessBit,
|
||||
SupportedAccessPatterns = InnerRandomAccessPattern
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user