mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 08:34:37 +08:00
An implementation of SubsetPreconditioner.
The key idea being, use some subset of the rows of the Jacobian as the preconditioner. This CL only implements the preconditioner assuming that the row selection has already been done. How the rows are selected will be left to the user based on their knowledge of the problem. A follow up CL will hook this preconditioner into the rest of the solver. Change-Id: I3e18dc57811116534e9ddf35d7b154bcce496d3b
This commit is contained in:
Reference in New Issue
Block a user