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:
Sameer Agarwal
2013-10-11 12:29:31 -07:00
parent 7da85fb0e2
commit 3654a79b8e
2 changed files with 271 additions and 117 deletions
-3
View File
@@ -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;