mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-27 22:34:21 +08:00
SVN_SILENT pendantic
This commit is contained in:
parent
b46c327133
commit
8466244faa
@ -37,7 +37,7 @@ enum {
|
||||
IncompleteFactorization = 0x1,
|
||||
MemoryEfficient = 0x2,
|
||||
SupernodalMultifrontal = 0x4,
|
||||
SupernodalLeftLooking = 0x8,
|
||||
SupernodalLeftLooking = 0x8
|
||||
|
||||
|
||||
/*
|
||||
@ -65,7 +65,7 @@ template<typename MatrixType, int Backend = DefaultBackend> class SparseCholesky
|
||||
|
||||
enum {
|
||||
SupernodalFactorIsDirty = 0x10000,
|
||||
MatrixLIsDirty = 0x20000,
|
||||
MatrixLIsDirty = 0x20000
|
||||
};
|
||||
|
||||
public:
|
||||
|
Loading…
x
Reference in New Issue
Block a user