mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 16:40:38 +08:00
Update documentation.
1. Update the documentation to be Sphinx friendly. 2. Remove dead fields in Solver::Summary. a. Solver::Summary::num_eliminate_blocks_given. b. Solver::Summary::num_eliminate_blocks_used. Change-Id: I43e0070c88abe3bf285d91e6c7524f3d887deb33
This commit is contained in:
@@ -771,9 +771,6 @@ class Solver {
|
||||
int num_residual_blocks_reduced;
|
||||
int num_residuals_reduced;
|
||||
|
||||
int num_eliminate_blocks_given;
|
||||
int num_eliminate_blocks_used;
|
||||
|
||||
int num_threads_given;
|
||||
int num_threads_used;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user