tree: 82d52818d6769b91da2dc4a1d993d1d019ed9d01 [path history] [tgz]
  1. generated/
  2. gmock/
  3. gtest/
  4. miniglog/
  5. array_utils.cc
  6. array_utils.h
  7. array_utils_test.cc
  8. autodiff_cost_function_test.cc
  9. autodiff_local_parameterization_test.cc
  10. autodiff_test.cc
  11. blas.cc
  12. blas.h
  13. block_evaluate_preparer.cc
  14. block_evaluate_preparer.h
  15. block_jacobi_preconditioner.cc
  16. block_jacobi_preconditioner.h
  17. block_jacobi_preconditioner_test.cc
  18. block_jacobian_writer.cc
  19. block_jacobian_writer.h
  20. block_random_access_dense_matrix.cc
  21. block_random_access_dense_matrix.h
  22. block_random_access_dense_matrix_test.cc
  23. block_random_access_diagonal_matrix.cc
  24. block_random_access_diagonal_matrix.h
  25. block_random_access_diagonal_matrix_test.cc
  26. block_random_access_matrix.cc
  27. block_random_access_matrix.h
  28. block_random_access_sparse_matrix.cc
  29. block_random_access_sparse_matrix.h
  30. block_random_access_sparse_matrix_test.cc
  31. block_sparse_matrix.cc
  32. block_sparse_matrix.h
  33. block_sparse_matrix_test.cc
  34. block_structure.cc
  35. block_structure.h
  36. bundle_adjustment_test.cc
  37. c_api.cc
  38. c_api_test.cc
  39. callbacks.cc
  40. callbacks.h
  41. canonical_views_clustering.cc
  42. canonical_views_clustering.h
  43. canonical_views_clustering_test.cc
  44. casts.h
  45. cgnr_linear_operator.h
  46. cgnr_solver.cc
  47. cgnr_solver.h
  48. CMakeLists.txt
  49. collections_port.cc
  50. collections_port.h
  51. compressed_col_sparse_matrix_utils.cc
  52. compressed_col_sparse_matrix_utils.h
  53. compressed_col_sparse_matrix_utils_test.cc
  54. compressed_row_jacobian_writer.cc
  55. compressed_row_jacobian_writer.h
  56. compressed_row_sparse_matrix.cc
  57. compressed_row_sparse_matrix.h
  58. compressed_row_sparse_matrix_test.cc
  59. conditioned_cost_function.cc
  60. conditioned_cost_function_test.cc
  61. conjugate_gradients_solver.cc
  62. conjugate_gradients_solver.h
  63. coordinate_descent_minimizer.cc
  64. coordinate_descent_minimizer.h
  65. corrector.cc
  66. corrector.h
  67. corrector_test.cc
  68. cost_function_to_functor_test.cc
  69. covariance.cc
  70. covariance_impl.cc
  71. covariance_impl.h
  72. covariance_test.cc
  73. cubic_interpolation_test.cc
  74. cxsparse.cc
  75. cxsparse.h
  76. dense_jacobian_writer.h
  77. dense_normal_cholesky_solver.cc
  78. dense_normal_cholesky_solver.h
  79. dense_qr_solver.cc
  80. dense_qr_solver.h
  81. dense_sparse_matrix.cc
  82. dense_sparse_matrix.h
  83. dense_sparse_matrix_test.cc
  84. detect_structure.cc
  85. detect_structure.h
  86. detect_structure_test.cc
  87. dogleg_strategy.cc
  88. dogleg_strategy.h
  89. dogleg_strategy_test.cc
  90. dynamic_autodiff_cost_function_test.cc
  91. dynamic_compressed_row_finalizer.h
  92. dynamic_compressed_row_jacobian_writer.cc
  93. dynamic_compressed_row_jacobian_writer.h
  94. dynamic_compressed_row_sparse_matrix.cc
  95. dynamic_compressed_row_sparse_matrix.h
  96. dynamic_compressed_row_sparse_matrix_test.cc
  97. dynamic_numeric_diff_cost_function_test.cc
  98. dynamic_sparse_normal_cholesky_solver.cc
  99. dynamic_sparse_normal_cholesky_solver.h
  100. eigensparse.cc
  101. eigensparse.h
  102. evaluator.cc
  103. evaluator.h
  104. evaluator_test.cc
  105. evaluator_test_utils.cc
  106. evaluator_test_utils.h
  107. execution_summary.h
  108. file.cc
  109. file.h
  110. generate_template_specializations.py
  111. gmock_gtest_all.cc
  112. gmock_main.cc
  113. gradient_checker.cc
  114. gradient_checker_test.cc
  115. gradient_checking_cost_function.cc
  116. gradient_checking_cost_function.h
  117. gradient_checking_cost_function_test.cc
  118. gradient_problem.cc
  119. gradient_problem_evaluator.h
  120. gradient_problem_solver.cc
  121. gradient_problem_solver_test.cc
  122. gradient_problem_test.cc
  123. graph.h
  124. graph_algorithms.h
  125. graph_algorithms_test.cc
  126. graph_test.cc
  127. householder_vector.h
  128. householder_vector_test.cc
  129. implicit_schur_complement.cc
  130. implicit_schur_complement.h
  131. implicit_schur_complement_test.cc
  132. integral_types.h
  133. invert_psd_matrix.h
  134. invert_psd_matrix_test.cc
  135. is_close.cc
  136. is_close.h
  137. is_close_test.cc
  138. iterative_schur_complement_solver.cc
  139. iterative_schur_complement_solver.h
  140. iterative_schur_complement_solver_test.cc
  141. jet_test.cc
  142. lapack.cc
  143. lapack.h
  144. levenberg_marquardt_strategy.cc
  145. levenberg_marquardt_strategy.h
  146. levenberg_marquardt_strategy_test.cc
  147. line_search.cc
  148. line_search.h
  149. line_search_direction.cc
  150. line_search_direction.h
  151. line_search_minimizer.cc
  152. line_search_minimizer.h
  153. line_search_minimizer_test.cc
  154. line_search_preprocessor.cc
  155. line_search_preprocessor.h
  156. line_search_preprocessor_test.cc
  157. linear_least_squares_problems.cc
  158. linear_least_squares_problems.h
  159. linear_operator.cc
  160. linear_operator.h
  161. linear_solver.cc
  162. linear_solver.h
  163. local_parameterization.cc
  164. local_parameterization_test.cc
  165. loss_function.cc
  166. loss_function_test.cc
  167. low_rank_inverse_hessian.cc
  168. low_rank_inverse_hessian.h
  169. map_util.h
  170. minimizer.cc
  171. minimizer.h
  172. minimizer_test.cc
  173. mutex.h
  174. normal_prior.cc
  175. normal_prior_test.cc
  176. numeric_diff_cost_function_test.cc
  177. numeric_diff_test_utils.cc
  178. numeric_diff_test_utils.h
  179. ordered_groups_test.cc
  180. parameter_block.h
  181. parameter_block_ordering.cc
  182. parameter_block_ordering.h
  183. parameter_block_ordering_test.cc
  184. parameter_block_test.cc
  185. partitioned_matrix_view.cc
  186. partitioned_matrix_view.h
  187. partitioned_matrix_view_impl.h
  188. partitioned_matrix_view_template.py
  189. partitioned_matrix_view_test.cc
  190. polynomial.cc
  191. polynomial.h
  192. polynomial_test.cc
  193. preconditioner.cc
  194. preconditioner.h
  195. preprocessor.cc
  196. preprocessor.h
  197. problem.cc
  198. problem_impl.cc
  199. problem_impl.h
  200. problem_test.cc
  201. program.cc
  202. program.h
  203. program_evaluator.h
  204. program_test.cc
  205. random.h
  206. reorder_program.cc
  207. reorder_program.h
  208. reorder_program_test.cc
  209. residual_block.cc
  210. residual_block.h
  211. residual_block_test.cc
  212. residual_block_utils.cc
  213. residual_block_utils.h
  214. residual_block_utils_test.cc
  215. rotation_test.cc
  216. schur_complement_solver.cc
  217. schur_complement_solver.h
  218. schur_complement_solver_test.cc
  219. schur_eliminator.cc
  220. schur_eliminator.h
  221. schur_eliminator_impl.h
  222. schur_eliminator_template.py
  223. schur_eliminator_test.cc
  224. schur_jacobi_preconditioner.cc
  225. schur_jacobi_preconditioner.h
  226. schur_templates.cc
  227. schur_templates.h
  228. scratch_evaluate_preparer.cc
  229. scratch_evaluate_preparer.h
  230. single_linkage_clustering.cc
  231. single_linkage_clustering.h
  232. single_linkage_clustering_test.cc
  233. small_blas.h
  234. small_blas_test.cc
  235. solver.cc
  236. solver_test.cc
  237. solver_utils.cc
  238. solver_utils.h
  239. sparse_cholesky.cc
  240. sparse_cholesky.h
  241. sparse_cholesky_test.cc
  242. sparse_matrix.cc
  243. sparse_matrix.h
  244. sparse_normal_cholesky_solver.cc
  245. sparse_normal_cholesky_solver.h
  246. split.cc
  247. split.h
  248. stl_util.h
  249. stringprintf.cc
  250. stringprintf.h
  251. suitesparse.cc
  252. suitesparse.h
  253. symmetric_linear_solver_test.cc
  254. system_test.cc
  255. test_util.cc
  256. test_util.h
  257. triplet_sparse_matrix.cc
  258. triplet_sparse_matrix.h
  259. triplet_sparse_matrix_test.cc
  260. trust_region_minimizer.cc
  261. trust_region_minimizer.h
  262. trust_region_minimizer_test.cc
  263. trust_region_preprocessor.cc
  264. trust_region_preprocessor.h
  265. trust_region_preprocessor_test.cc
  266. trust_region_step_evaluator.cc
  267. trust_region_step_evaluator.h
  268. trust_region_strategy.cc
  269. trust_region_strategy.h
  270. types.cc
  271. unsymmetric_linear_solver_test.cc
  272. visibility.cc
  273. visibility.h
  274. visibility_based_preconditioner.cc
  275. visibility_based_preconditioner.h
  276. visibility_based_preconditioner_test.cc
  277. visibility_test.cc
  278. wall_time.cc
  279. wall_time.h