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