1. 0a53aa9 Take abseil as a dependency by Sameer Agarwal · 7 months ago
  2. 5a30cae Preparing for 2.2.0rc1 by Sameer Agarwal · 1 year, 4 months ago 2.2.0rc1
  3. 19ab2c1 BlockRandomAccessMatrix Refactor by Sameer Agarwal · 2 years, 1 month ago
  4. b1fe603 Parallel right products for partitioned view by Dmitriy Korchemkin · 2 years, 5 months ago
  5. f86a3bd Unify Block handling across matrix types by Sameer Agarwal · 2 years, 5 months ago
  6. a4f7440 Remove an unused variable from compressed_row_sparse_matrix.cc by Sameer Agarwal · 2 years, 5 months ago
  7. f1dfac8 Reduce the number of individual PRNG instances by Sergiu Deitsch · 2 years, 6 months ago
  8. 0489964 LinearOperator::FooMultiply -> LinearOperator::FooMultiplyAndAccumulate by Sameer Agarwal · 2 years, 6 months ago
  9. 3e1cc89 A bunch of clang-tidy fixes. by Sameer Agarwal · 2 years, 6 months ago
  10. 560ef46 A bunch of minor fixes. by Sameer Agarwal · 2 years, 6 months ago
  11. 5d0bca1 Remove ceres/internal/random.h in favor of <random> by Sameer Agarwal · 2 years, 6 months ago
  12. c8493fc Convert internal enums to be class enums. by Sameer Agarwal · 2 years, 8 months ago
  13. f1414cb Correct spelling in comments and docs. by Evan Levine · 2 years, 9 months ago
  14. caf614a Modernize code using c++17 constructs by Sameer Agarwal · 2 years, 9 months ago
  15. c8658c8 Modernize more by Sergiu Deitsch · 3 years ago
  16. f90833f Simplify symbol export by Sergiu Deitsch · 3 years ago
  17. 446487c Add <memory> header to all files using std::unique_ptr. by Sameer Agarwal · 3 years ago
  18. ae65219 ClangTidy cleanups by Sameer Agarwal · 3 years ago
  19. a35bd1b Use = default for trivial special members by Sergiu Deitsch · 3 years ago
  20. 7b8f675 fix formatting for (non-generated) internal source files by Nikolaus Demmel · 4 years, 4 months ago
  21. 94712db Convert calls to CHECK_NOTNULL to CHECK. by Sameer Agarwal · 6 years ago
  22. bbe790e Fix three out of bounds errors in CompressedRowSparseMatrix. by Sameer Agarwal · 7 years ago
  23. f973e10 Enable mixed precision solves. by Sameer Agarwal · 7 years ago
  24. 9d4d0bf Make CompressedRowSparseMatrix sensitive to StorageType by Sameer Agarwal · 7 years ago
  25. 1ece5a9 Delete obsolete code by Sameer Agarwal · 8 years ago
  26. 0780d22 Remove dead code. by Sameer Agarwal · 8 years ago
  27. 086ff01 Matrix generation cleanup by Sameer Agarwal · 8 years ago
  28. 1d7185f Refactor SparseNormalCholeskySolver by Sameer Agarwal · 8 years ago
  29. d04347a Delinting from William Rucklidge. by Sameer Agarwal · 8 years ago
  30. a171ba0 Fix an off by one error in the transpose code. by Sameer Agarwal · 8 years ago
  31. 9a6b4a6 Fix a bug in the transpose code. by Sameer Agarwal · 8 years ago
  32. 3de61fc Improve comments for TransposeForCompressedRowSparseStructure. by Sameer Agarwal · 8 years ago
  33. bb5c3bb Fix the build. by Sameer Agarwal · 8 years ago
  34. 9a4f554 Change a size() == 0 to empty by Sameer Agarwal · 8 years ago
  35. 1f8fa9d Various grammar and lint corrections. by Sameer Agarwal · 8 years ago
  36. 64a20e7 Remove dead code from CompressedRowSparseMatrix. by Sameer Agarwal · 8 years ago
  37. 2755fce Add a storage type to CompressedRowSparseMatrix by Sameer Agarwal · 8 years ago
  38. 5f41a60 Refactor CreateRandomCompressedRowSparseMatrix by Sameer Agarwal · 8 years ago
  39. 07dbf31 Optimize J' * J in sparse_normal_cholesky_solver. by Cheng Wang · 8 years ago
  40. 1ac3dd2 Fix a bug in CompressedRowSparseMatrix::AppendRows by Sameer Agarwal · 9 years ago
  41. 7492b0d Update copyright headers with new year and URL by Keir Mierle · 10 years ago
  42. bcc865f Remove using namespace std; by Sameer Agarwal · 10 years ago
  43. 3253078 Add dynamic_sparsity option. by Richard Stebbing · 11 years ago
  44. 3e60a99 Added support and tests: row and column blocks for sparse matrix transpose. by Richard Bowen · 11 years ago
  45. f14f6bf Speed up SPARSE_NORMAL_CHOLESKY when using CX_SPARSE. by Sameer Agarwal · 11 years ago
  46. 2b16b00 CompressedRowSparseMatrix::AppendRows and DeleteRows bugfix. by Sameer Agarwal · 11 years ago
  47. a427c87 Lint cleanup. by Sameer Agarwal · 12 years ago
  48. c367b12 Incomplete LQ Factorization. by Sameer Agarwal · 12 years ago
  49. dd2b17d CERES_DONT_HAVE_PROTOCOL_BUFFERS -> CERES_NO_PROTOCOL_BUFFERS. by Sameer Agarwal · 12 years ago
  50. 4997cbc Return jacobians and gradients to the user. by Sameer Agarwal · 13 years ago
  51. a9d8ef8 1. Remove constant_sparsity from LinearSolver::Options. It introduces by Sameer Agarwal · 13 years ago
  52. 82f4b88 Extend support writing linear least squares problems to disk. by Sameer Agarwal · 13 years ago
  53. 8ebb073 Initial commit of Ceres Solver. by Keir Mierle · 13 years ago