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