mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 16:40:38 +08:00
e2a6cdc081
- Rename BlockDiagonalPreconditioner to BlockJacobiPreconditioner - Include the diagonal in the block jacobi preconditioner. - Better flag help for eta. - Enable test for CGNR - Rename CONJUGATE_GRADIENTS to CGNR. - etc.