- 7796341 Fix MSVC linker error by Sergiu Deitsch · 3 years, 1 month ago
- 7743d2e Store ProductManifold instances in a tuple by Sergiu Deitsch · 3 years, 1 month ago
- 9f32c42 Update Travis-CI status badge to .com from .org by Alex Stewart · 3 years, 1 month ago
- eadfead Move LineManifold and SphereManifold into their own headers. by Sameer Agarwal · 3 years, 1 month ago
- f0f8f93 Fix docs inconsistencies by Sergiu Deitsch · 3 years, 1 month ago
- e40391e Update version history in preparation for 2.1.0 by Sameer Agarwal · 3 years, 1 month ago
- 6a37fbf Add static/compile time sizing to EuclideanManifold by Sameer Agarwal · 3 years, 1 month ago
- 4ad787c Fix the bazel build by Sameer Agarwal · 3 years, 1 month ago
- ae4d95d Two small clang-tidy fixes by Sameer Agarwal · 3 years, 1 month ago
- f085166 Fix MSVC compilation errors by Sergiu Deitsch · 3 years, 2 months ago
- c8658c8 Modernize more by Sergiu Deitsch · 3 years, 1 month ago
- 46b3495 Standardize path handling using GNUInstallDirs by Sergiu Deitsch · 3 years, 2 months ago
- 98bc3ca Fix shared library build due to missing compile features specification by Alex Stewart · 3 years, 1 month ago
- 8fe8ebc Add final specifier to public classes by Sameer Agarwal · 3 years, 1 month ago
- 84e1696 Add final specifier to internal classes. by Sameer Agarwal · 3 years, 1 month ago
- 518970f Context should be exported by Sameer Agarwal · 3 years, 1 month ago
- 09ec499 Cleanup examples by Sergiu Deitsch · 3 years, 2 months ago
- 90e58e1 Add missing #include. by William Rucklidge · 3 years, 1 month ago
- 15348ab Add CUDA based bundle adjustment tests. by Sameer Agarwal · 3 years, 2 months ago
- 57ec9dc Do not enforce a specific C++ standard by Sergiu Deitsch · 3 years, 2 months ago
- 99698f0 Fix Apple Clang weak symbols warnings by Sergiu Deitsch · 3 years, 2 months ago
- 8e08421 Add support for dense CUDA solvers #3 by Joydeep Biswas · 3 years, 2 months ago
- aff51c9 Revert "Do not enforce a specific C++ standard" by Sameer Agarwal · 3 years, 2 months ago
- 527c3f7 Fixed gflags dependency by Sergiu Deitsch · 3 years, 2 months ago
- d839b77 Do not enforce a specific C++ standard by Sergiu Deitsch · 3 years, 2 months ago
- f71167c Fixed missing include in minilog build by Sergiu Deitsch · 3 years, 2 months ago
- 47502b8 Miscellaneous CUDA related changes. by Sameer Agarwal · 3 years, 2 months ago
- bb29966 Check CUDA is available in solver.cc by Sameer Agarwal · 3 years, 2 months ago
- 7d2e415 Add support for dense CUDA solvers #2 by Joydeep Biswas · 3 years, 2 months ago
- f90833f Simplify symbol export by Sergiu Deitsch · 3 years, 2 months ago
- c6158e0 Replace NULL by nullptr by Sergiu Deitsch · 3 years, 2 months ago
- 7e4f5a5 Remove blas.h/cc as they are not used anymore. by Sameer Agarwal · 3 years, 2 months ago
- e0fef6e Add cmake option ENABLE_BITCODE for iOS builds by John Harrison · 3 years, 5 months ago
- 446487c Add <memory> header to all files using std::unique_ptr. by Sameer Agarwal · 3 years, 2 months ago
- 9c5f29d Use compiler attributes instead of [[deprecated]] by Sameer Agarwal · 3 years, 2 months ago
- 44039af Convert factory functions to return std::unique_ptrs. by Sameer Agarwal · 3 years, 2 months ago
- 708a2a7 Silence LocalParameterization deprecation warnings by Sergiu Deitsch · 3 years, 2 months ago
- de69e65 Fix another missing declaration warning by Sergiu Deitsch · 3 years, 2 months ago
- 6777111 Fix segmentation fault in AVX2 builds by Sergiu Deitsch · 3 years, 2 months ago
- 0141ca0 Deprecate LocalParameterizations by Sameer Agarwal · 3 years, 2 months ago
- fdfa518 Fix missing declaration warning by Sergiu Deitsch · 3 years, 2 months ago
- 4742bf3 Add LineManifold. by Johannes Beck · 3 years, 2 months ago
- c14f360 Drop trivial special members by Sergiu Deitsch · 3 years, 2 months ago
- ae65219 ClangTidy cleanups by Sameer Agarwal · 3 years, 2 months ago
- a35bd1b Use = default for trivial special members by Sergiu Deitsch · 3 years, 2 months ago
- db67e62 Fix dense_cholesky_test.cc comma handling. by Sameer Agarwal · 3 years, 2 months ago
- 484d341 Replace virtual keyword by override by Sergiu Deitsch · 3 years, 2 months ago
- 2092a72 Fix some nits. by Sameer Agarwal · 3 years, 2 months ago
- 36d6d86 Add support for dense CUDA solvers #1 by Joydeep Biswas · 3 years, 2 months ago
- af5e48c Add SphereManifold. by Johannes Beck · 3 years, 2 months ago
- 182cb01 Normalize Jet classification and comparison by Sergiu Deitsch · 3 years, 2 months ago
- 9dbd289 Loosen tolerances in dense_qr_test.cc by Sameer Agarwal · 3 years, 2 months ago
- cab853f Add DenseQR Interface by Sameer Agarwal · 3 years, 2 months ago
- 8ae054a Fix missing declaration warning in autodiff_manifold_test by Alex Stewart · 3 years, 2 months ago
- 408af7b Move the constructor and destructor for SchurComplementSolver by Sameer Agarwal · 3 years, 2 months ago
- d51672d Move the constructor and destructor for DenseSchurComplementSolver by Sameer Agarwal · 3 years, 2 months ago
- 177b2f9 Use benchmark version 1.6 compatible syntax. by Sameer Agarwal · 3 years, 2 months ago
- ce96690 Add const accessor for functor wrapped by auto/numeric-diff objects by Alex Stewart · 3 years, 2 months ago
- 9367ec9 Add a benchmark for dense linear solvers. by Sameer Agarwal · 3 years, 2 months ago
- 7d6524d Support fma Jet by Sergiu Deitsch · 3 years, 2 months ago
- a0d81ad Fix a bug in AutoDiffManifold by Sameer Agarwal · 3 years, 2 months ago
- 5a99e42 ClangTidy fixes by Sameer Agarwal · 3 years, 2 months ago
- 40fb413 Update .gitignore by Sameer Agarwal · 3 years, 2 months ago
- e6e6ae0 Unbreak the bazel build by Sameer Agarwal · 3 years, 2 months ago
- 0572efc Fix a compilation warning in autodiff_manifold.h by Sameer Agarwal · 3 years, 2 months ago
- 475db73 Fix build breakage when LAPACK support is disabled. by Sameer Agarwal · 3 years, 2 months ago
- 095c919 Fix iterative_refiner_test.cc by Sameer Agarwal · 3 years, 2 months ago
- 6d06e9b Add DenseCholesky by Sameer Agarwal · 3 years, 2 months ago
- 77c0c4d Migrate examples to use Manifolds by Sameer Agarwal · 3 years, 2 months ago
- 19eef54 Rename Quaternion to QuaternionManifold. by Sameer Agarwal · 3 years, 2 months ago
- ca6d841 Add AutoDiffManifold by Sameer Agarwal · 3 years, 2 months ago
- 97d7e07 Move the manifold testing matchers to manifold_test_utils.h by Sameer Agarwal · 3 years, 2 months ago
- 16436b3 Fix some more clang-tidy suggestions. by Sameer Agarwal · 3 years, 2 months ago
- dcdefc2 Fix a bunch of clang-tidy suggestions. by Sameer Agarwal · 3 years, 2 months ago
- d8a1b69 Remove an unused variable from gradient_checker.cc by Sameer Agarwal · 3 years, 2 months ago
- 611b46b Remove the use of CHECK_NOTNULL. by Sameer Agarwal · 3 years, 2 months ago
- 125a0e9 LocalParameterization -> Manifold #1 by Sameer Agarwal · 3 years, 3 months ago
- 00bfbae Add missing algorithm header to manifold.cc by Sameer Agarwal · 3 years, 3 months ago
- 1d5aff0 Refactor jet_tests.cc by Sameer Agarwal · 3 years, 3 months ago
- fbd6930 Fix two unused variable warnings. by Sameer Agarwal · 3 years, 3 months ago
- c0cb42e Add Problem::HasParameterization by Sameer Agarwal · 3 years, 3 months ago
- 7e2f9d9 Add EigenQuaternion manifold and tests for it. by Sameer Agarwal · 3 years, 3 months ago
- b81a8bb Add the Quaternion manifold and tests. by Sameer Agarwal · 3 years, 3 months ago
- 4a01dcb Add more invariants and documentation to manifold_test.cc by Sameer Agarwal · 3 years, 3 months ago
- bdd80fc Improve Manifold testing by Sameer Agarwal · 3 years, 3 months ago
- ce15370 Fixed missing headers in manifold.h by Sameer Agarwal · 3 years, 3 months ago
- 23b204d LocalParameterization -> Manifold #1 by Sameer Agarwal · 3 years, 3 months ago
- c2fab65 Fix docs of supported sparse backends for mixed_precision_solves option by Alex Stewart · 3 years, 5 months ago
- 8cb441c Fix missing declaration warnings in GCC by Alex Stewart · 3 years, 4 months ago
- d2b7f33 Remove split.cc from the bazel sources. by Sameer Agarwal · 3 years, 4 months ago
- 206061a Use standard c++ types in jet_test.cc by Sameer Agarwal · 3 years, 4 months ago
- 1f374a9 Support promotion in comparison between Jet and scalars by Sergiu Deitsch · 3 years, 4 months ago
- 06e68db Avoid midpoint overflow in the differential by Sergiu Deitsch · 3 years, 4 months ago
- 276d24c Fix C++20 compilation by Sergiu Deitsch · 3 years, 4 months ago
- b1391e0 Support midpoint Jet by Sergiu Deitsch · 3 years, 4 months ago
- 8426526 Support lerp Jet by Sergiu Deitsch · 3 years, 4 months ago
- 57c2796 support 3-argument hypot jet by Sergiu Deitsch · 3 years, 4 months ago
- 123fba6 Eigen::MappedSparseMatrix -> Eigen::Map<Eigen::SparseMatrix> by Sameer Agarwal · 3 years, 4 months ago
- 3f950c6 reworked copysign tests by Sergiu Deitsch · 3 years, 5 months ago
- 48cb54d fix fmin and fmax NaN handling by Sergiu Deitsch · 3 years, 5 months ago