mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 08:34:37 +08:00
Remove an unused field from SuiteSparseCholesky
Change-Id: I63128de3e9806347560ab6f0ebee82ead44f2e45
This commit is contained in:
@@ -296,7 +296,6 @@ class SuiteSparseCholesky : public SparseCholesky {
|
|||||||
const OrderingType ordering_type_;
|
const OrderingType ordering_type_;
|
||||||
SuiteSparse ss_;
|
SuiteSparse ss_;
|
||||||
cholmod_factor* factor_;
|
cholmod_factor* factor_;
|
||||||
cholmod_dense* rhs_;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace internal
|
} // namespace internal
|
||||||
|
|||||||
Reference in New Issue
Block a user