mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-30 00:50:37 +08:00
Preconditioner refactoring.
1. Added a Preconditioner interface. 2. SCHUR_JACOBI is now its own class and is independent of SuiteSparse. Change-Id: Id912ab19cf3736e61d1b90ddaf5bfba33e877ec4
This commit is contained in:
@@ -101,8 +101,7 @@ enum PreconditionerType {
|
||||
JACOBI,
|
||||
|
||||
// Block diagonal of the Schur complement. This preconditioner may
|
||||
// only be used with the ITERATIVE_SCHUR solver. Requires
|
||||
// SuiteSparse/CHOLMOD.
|
||||
// only be used with the ITERATIVE_SCHUR solver.
|
||||
SCHUR_JACOBI,
|
||||
|
||||
// Visibility clustering based preconditioners.
|
||||
|
||||
Reference in New Issue
Block a user