mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 08:34:37 +08:00
Add Iterative Refinement
Add a class IterativeRefiner which implements iterative refinement for SPD linear systems. Change-Id: I705d4e96cb7de9226ee35e2a9c11d98ffc0ee239
This commit is contained in:
@@ -74,6 +74,7 @@ CERES_SRCS = ["internal/ceres/" + filename for filename in [
|
||||
"is_close.cc",
|
||||
"implicit_schur_complement.cc",
|
||||
"inner_product_computer.cc",
|
||||
"iterative_refiner.cc",
|
||||
"iterative_schur_complement_solver.cc",
|
||||
"lapack.cc",
|
||||
"levenberg_marquardt_strategy.cc",
|
||||
|
||||
Reference in New Issue
Block a user