1. be15b84 Integrate the SchurEliminatorForOneFBlock for the case <2,3,6> by Sameer Agarwal · 4 years, 10 months ago
  2. 087b28f Remove use of SetUsage as it creates compilation problems. by Sameer Agarwal · 4 years, 10 months ago
  3. 573046d Protect declarations of lapack functions under CERES_NO_LAPACK by Sameer Agarwal · 4 years, 10 months ago
  4. 71d638e Add a specialized schur eliminator. by Sameer Agarwal · 4 years, 10 months ago
  5. 2ffddac Use override & final instead of just using virtual. by Sameer Agarwal · 4 years, 10 months ago
  6. e4577dd Use override instead of virtual for subclasses. by Sameer Agarwal · 4 years, 10 months ago
  7. 3e5db5b Fixing documentation typo. by Frank · 4 years, 10 months ago
  8. 82d325b Avoid memory allocations in Accelerate Sparse[Refactor/Solve](). by Alex Stewart · 6 years ago
  9. f66b513 Fix some clang-tidy warnings. by Sameer Agarwal · 4 years, 10 months ago
  10. 0428e2d Fix missing #include of <memory> by Alex Stewart · 4 years, 10 months ago
  11. 487c1aa Expose SubsetPreconditioner in the API by Sameer Agarwal · 4 years, 11 months ago
  12. bf709ec Move EvaluationCallback from Solver::Options to Problem::Options. by Sameer Agarwal · 5 years ago
  13. 059bcb7 Drop ROS dependency on catkin by Scott K Logan · 5 years ago
  14. c4dbc92 Default to any other sparse libraries over Accelerate by Alex Stewart · 5 years ago
  15. db1f5b5 Allow some methods in Problem to use const double*. by Sameer Agarwal · 5 years ago
  16. a60c145 Explicitly delete the copy constructor and copy assignment operator by huangqinjin · 5 years ago
  17. 084042c Lint changes from William Rucklidge by Sameer Agarwal · 5 years ago
  18. 93d8690 Use selfAdjoingView<Upper> in InvertPSDMatrix. by Sameer Agarwal · 5 years ago
  19. a0cd085 Speed up InvertPSDMatrix by Sameer Agarwal · 5 years ago
  20. 7b53262 Allow Solver::Options::max_num_line_search_step_size_iterations = 0. by Sameer Agarwal · 5 years ago
  21. 3e2cdca Make LineSearchMinizer work correctly with negative valued functions. by Sameer Agarwal · 5 years ago
  22. 3ff12a8 Fix a clang-tidy warning in problem_test.cc by Sameer Agarwal · 5 years ago
  23. 57441fe Fix two bugs. by Sameer Agarwal · 5 years ago
  24. 1b852c5 Add Problem::EvaluateResidualBlock. by Sameer Agarwal · 5 years ago
  25. 54ba6c2 Fix missing declaration warnings in Ceres code by Sergey Sharybin · 6 years ago
  26. fac46d5 Modernize ProductParameterization. by Johannes Beck · 5 years ago
  27. 53dc621 Add some missing string-to-enum-to-string convertors. by Sameer Agarwal · 5 years ago
  28. c0aa9a2 Add checks in rotation.h for inplace operations. by Johannes Beck · 5 years ago
  29. 0f57fa8 Update Bazel WORKSPACE for newest Bazel by Keir Mierle · 5 years ago
  30. f8e5fba TripletSparseMatrix: guard against self-assignment by ngoclinhng · 6 years ago
  31. 939253c Fix Eigen alignment issues. by Johannes Beck · 5 years ago
  32. bf67daf Add the missing <array> header to fixed_array.h by Sameer Agarwal · 5 years ago
  33. 25e1cdb Switch to FixedArray implementation from abseil. by Johannes Beck · 5 years ago
  34. d467a62 IdentityTransformation -> IdentityParameterization by Sameer Agarwal · 5 years ago
  35. eaec6a9 Fix more typos in CostFunctionToFunctor documentation. by Sameer Agarwal · 5 years ago
  36. 99b5aa4 Fix typos in CostFunctionToFunctor documentation. by Sameer Agarwal · 5 years ago
  37. ee7e2cb Set Homebrew paths via HINTS not CMAKE_PREFIX_PATH by Alex Stewart · 5 years ago
  38. 4f8a018 Revert "Fix custom Eigen on macos (EIGEN_INCLUDE_DIR_HINTS)" by Sameer Agarwal · 5 years ago
  39. e6c5c72 Fix custom Eigen on macos (EIGEN_INCLUDE_DIR_HINTS) by Nikolaus Demmel · 6 years ago
  40. 5a56d52 Add the 3,3,3 template specialization. by Sameer Agarwal · 5 years ago
  41. df5c231 Reorder initializer list to make -Wreorder happy by Sam Hasinoff · 5 years ago
  42. 0fcfdb0 Fix the build breakage caused by the last commit. by Sameer Agarwal · 5 years ago
  43. 9b9e9f0 Reduce machoness of macro definition in cost_functor_to_function_test.cc by Sameer Agarwal · 5 years ago
  44. 21d40da Remove UTF-8 chars by huangqinjin · 6 years ago
  45. 9350e57 Enable optional use of sanitizers by Alex Stewart · 5 years ago
  46. 0456edf Update Travis CI Linux distro to 16.04 (Xenial) by Alex Stewart · 5 years ago
  47. bef0dfe Fix a typo in cubic_interpolation.h by Sameer Agarwal · 5 years ago
  48. 056ba9b Add AutoDiffFirstOrderFunction by Sameer Agarwal · 5 years ago
  49. 6e52739 Update googletest/googlemock to db9b85e2. by Sameer Agarwal · 5 years ago
  50. 1b29407 Clarify documentation of BiCubicInterpolator::Evaluate for out-of-bounds values by Patrik Huber · 5 years ago
  51. e51e9b4 Implement AddResidualBlock using variadic templates by Johannes Beck · 6 years ago
  52. e243fd2 remove the use of DCHECK_NOTNULL from numeric_diff.h by Sameer Agarwal · 6 years ago
  53. 5ec88f6 Fix Jacobian evaluation for constant parameter by Johannes Beck · 6 years ago
  54. 7b0ce1a AutoDiffCostFunction: use static_assert to check if the correct overload of the constructor is used. by Christopher Wecht · 6 years ago
  55. 928592c Avoid additional memory allocation in gradient checker by Justin Carpentier · 6 years ago
  56. 2496500 Variadic cost function to functor by Johannes Beck · 6 years ago
  57. 8eef94d Sized cost function using variadic templates by Johannes Beck · 6 years ago
  58. f8e8951 Lint changes from Jim Roseborough. by Sameer Agarwal · 6 years ago
  59. feeadb4 Swap the order of definition of IsValidParameterDimensionSequence. by Sameer Agarwal · 6 years ago
  60. 0040434 Add ParameterBlock::IsSetConstantByUser() by Sameer Agarwal · 6 years ago
  61. 7edb3a6 Add parameter dims for variadic sized cost function by Johannes Beck · 6 years ago
  62. b2a03ef Remove trailing zero parameter block sizes by Johannes Beck · 6 years ago
  63. 336a6be Adding integer sequence and algorithms by Johannes Beck · 6 years ago
  64. 3366a66 Improve readability of LocalParameterization code. by Sameer Agarwal · 6 years ago
  65. e004eba Simplifying Init in manual contructor by Johannes Beck · 6 years ago
  66. 3793693 Fix typo in NIST url. by Alessandro Gentilini · 6 years ago
  67. d91e313 Add a .clang-format file. by Sameer Agarwal · 6 years ago
  68. c65cdd7 Make ConditionedCostFunction compatible with repeated CostFunction. by Sameer Agarwal · 6 years ago
  69. 956fd1a Solver:Support autodiff for dyn. NUM_RESIDUALS by Johannes Graeter · 6 years ago
  70. b040970 Remove conversions from a double to a Jet. by Kuang Fangjun · 6 years ago
  71. 86b2722 close the file on return. by Kuang Fangjun · 6 years ago
  72. 189f0c2 fix typos. by Kuang Fangjun · 6 years ago
  73. 0d3a84f Fix typos in doc and errors in the demo code. by Kuang Fangjun · 6 years ago
  74. 860b551 Add some missing headers to ceres.h by Sameer Agarwal · 6 years ago
  75. 72d8e1c Fix typos. by Kuang Fangjun · 6 years ago
  76. 12a9978 Fix an error in the demo code for ceres::Jet. by Kuang Fangjun · 6 years ago
  77. e80501c Recheck the residual after a new call. by Kuang Fangjun · 6 years ago
  78. ea8c6fb avoid recomputation. by Kuang Fangjun · 6 years ago
  79. b979df5 Fix a dead link in doc. by Kuang Fangjun · 6 years ago
  80. 57067a2 fix typos. by Kuang Fangjun · 6 years ago
  81. 2bbee09 Document rationale for not reordering program when using Accelerate. by Alex Stewart · 6 years ago
  82. df6e27e Fix calculation of Solver::Summary::num_threads_used. by Alex Stewart · 6 years ago
  83. ac2c4c5 Add an errant CHECK_NOTNULL by Sameer Agarwal · 6 years ago
  84. 94712db Convert calls to CHECK_NOTNULL to CHECK. by Sameer Agarwal · 6 years ago
  85. 402a2e4 Import Threads::Threads CMake target in CeresConfig.cmake by Alex Stewart · 6 years ago
  86. 1b17405 Make CMake threads a public Ceres dependency. by Alex Stewart · 6 years ago
  87. 4fc5d25 Add a missing <cstdint> to block_structure.h by Sameer Agarwal · 6 years ago
  88. e82e128 Deprecate integral_types.h by Sameer Agarwal · 6 years ago
  89. 515639e Add missing ceres/internal/port.h to two header files. by Sameer Agarwal · 6 years ago
  90. e6f7a75 Fix brew installation failing if formula is already installed. by Alex Stewart · 6 years ago
  91. 2ac62a6 Fix docs for Problem::EvaluateOptions and contributing by Dmitriy Korchemkin · 6 years ago
  92. 923fddc Fix an uninitialized memory error in EvaluationCallbackTest by Sameer Agarwal · 6 years ago
  93. 32cb9e4 Respect bounds when using Solver::Options::check_gradients by Sameer Agarwal · 6 years ago
  94. 2dd82fb Relax the limitation that SchurEliminator::Eliminate requires a rhs. by Sameer Agarwal · 6 years ago
  95. bbe790e Fix three out of bounds errors in CompressedRowSparseMatrix. by Sameer Agarwal · 6 years ago
  96. 2c1e595 Add CONTRIBUTING.md by Sameer Agarwal · 6 years ago
  97. 3df43b9 Remove Android build using Android.mk. by Sameer Agarwal · 6 years ago
  98. 483cc47 Increase the tolerance in sparse_cholesky_test by Sameer Agarwal · 6 years ago
  99. 67338e2 Add Travis CI support. by Alex Stewart · 6 years ago
  100. fba8ee2 Add private dependency include directories to test targets. by Alex Stewart · 6 years ago