Sign in
ceres-solver
/
ceres-solver
/
HEAD
« Previous
47502b8
Miscellaneous CUDA related changes.
by Sameer Agarwal
· 6 months ago
bb29966
Check CUDA is available in solver.cc
by Sameer Agarwal
· 6 months ago
7d2e415
Add support for dense CUDA solvers #2
by Joydeep Biswas
· 6 months ago
f90833f
Simplify symbol export
by Sergiu Deitsch
· 6 months ago
c6158e0
Replace NULL by nullptr
by Sergiu Deitsch
· 6 months ago
7e4f5a5
Remove blas.h/cc as they are not used anymore.
by Sameer Agarwal
· 6 months ago
e0fef6e
Add cmake option ENABLE_BITCODE for iOS builds
by John Harrison
· 10 months ago
446487c
Add <memory> header to all files using std::unique_ptr.
by Sameer Agarwal
· 6 months ago
9c5f29d
Use compiler attributes instead of [[deprecated]]
by Sameer Agarwal
· 6 months ago
44039af
Convert factory functions to return std::unique_ptrs.
by Sameer Agarwal
· 6 months ago
708a2a7
Silence LocalParameterization deprecation warnings
by Sergiu Deitsch
· 6 months ago
de69e65
Fix another missing declaration warning
by Sergiu Deitsch
· 6 months ago
6777111
Fix segmentation fault in AVX2 builds
by Sergiu Deitsch
· 6 months ago
0141ca0
Deprecate LocalParameterizations
by Sameer Agarwal
· 7 months ago
fdfa518
Fix missing declaration warning
by Sergiu Deitsch
· 6 months ago
4742bf3
Add LineManifold.
by Johannes Beck
· 6 months ago
c14f360
Drop trivial special members
by Sergiu Deitsch
· 6 months ago
ae65219
ClangTidy cleanups
by Sameer Agarwal
· 7 months ago
a35bd1b
Use = default for trivial special members
by Sergiu Deitsch
· 6 months ago
db67e62
Fix dense_cholesky_test.cc comma handling.
by Sameer Agarwal
· 6 months ago
484d341
Replace virtual keyword by override
by Sergiu Deitsch
· 6 months ago
2092a72
Fix some nits.
by Sameer Agarwal
· 6 months ago
36d6d86
Add support for dense CUDA solvers #1
by Joydeep Biswas
· 7 months ago
af5e48c
Add SphereManifold.
by Johannes Beck
· 7 months ago
182cb01
Normalize Jet classification and comparison
by Sergiu Deitsch
· 7 months ago
9dbd289
Loosen tolerances in dense_qr_test.cc
by Sameer Agarwal
· 6 months ago
cab853f
Add DenseQR Interface
by Sameer Agarwal
· 7 months ago
8ae054a
Fix missing declaration warning in autodiff_manifold_test
by Alex Stewart
· 6 months ago
408af7b
Move the constructor and destructor for SchurComplementSolver
by Sameer Agarwal
· 6 months ago
d51672d
Move the constructor and destructor for DenseSchurComplementSolver
by Sameer Agarwal
· 6 months ago
177b2f9
Use benchmark version 1.6 compatible syntax.
by Sameer Agarwal
· 6 months ago
ce96690
Add const accessor for functor wrapped by auto/numeric-diff objects
by Alex Stewart
· 6 months ago
9367ec9
Add a benchmark for dense linear solvers.
by Sameer Agarwal
· 7 months ago
7d6524d
Support fma Jet
by Sergiu Deitsch
· 7 months ago
a0d81ad
Fix a bug in AutoDiffManifold
by Sameer Agarwal
· 7 months ago
5a99e42
ClangTidy fixes
by Sameer Agarwal
· 7 months ago
40fb413
Update .gitignore
by Sameer Agarwal
· 7 months ago
e6e6ae0
Unbreak the bazel build
by Sameer Agarwal
· 7 months ago
0572efc
Fix a compilation warning in autodiff_manifold.h
by Sameer Agarwal
· 7 months ago
475db73
Fix build breakage when LAPACK support is disabled.
by Sameer Agarwal
· 7 months ago
095c919
Fix iterative_refiner_test.cc
by Sameer Agarwal
· 7 months ago
6d06e9b
Add DenseCholesky
by Sameer Agarwal
· 7 months ago
77c0c4d
Migrate examples to use Manifolds
by Sameer Agarwal
· 7 months ago
19eef54
Rename Quaternion to QuaternionManifold.
by Sameer Agarwal
· 7 months ago
ca6d841
Add AutoDiffManifold
by Sameer Agarwal
· 7 months ago
97d7e07
Move the manifold testing matchers to manifold_test_utils.h
by Sameer Agarwal
· 7 months ago
16436b3
Fix some more clang-tidy suggestions.
by Sameer Agarwal
· 7 months ago
dcdefc2
Fix a bunch of clang-tidy suggestions.
by Sameer Agarwal
· 7 months ago
d8a1b69
Remove an unused variable from gradient_checker.cc
by Sameer Agarwal
· 7 months ago
611b46b
Remove the use of CHECK_NOTNULL.
by Sameer Agarwal
· 7 months ago
125a0e9
LocalParameterization -> Manifold #1
by Sameer Agarwal
· 8 months ago
00bfbae
Add missing algorithm header to manifold.cc
by Sameer Agarwal
· 7 months ago
1d5aff0
Refactor jet_tests.cc
by Sameer Agarwal
· 7 months ago
fbd6930
Fix two unused variable warnings.
by Sameer Agarwal
· 7 months ago
c0cb42e
Add Problem::HasParameterization
by Sameer Agarwal
· 7 months ago
7e2f9d9
Add EigenQuaternion manifold and tests for it.
by Sameer Agarwal
· 7 months ago
b81a8bb
Add the Quaternion manifold and tests.
by Sameer Agarwal
· 8 months ago
4a01dcb
Add more invariants and documentation to manifold_test.cc
by Sameer Agarwal
· 7 months ago
bdd80fc
Improve Manifold testing
by Sameer Agarwal
· 8 months ago
ce15370
Fixed missing headers in manifold.h
by Sameer Agarwal
· 8 months ago
23b204d
LocalParameterization -> Manifold #1
by Sameer Agarwal
· 8 months ago
c2fab65
Fix docs of supported sparse backends for mixed_precision_solves option
by Alex Stewart
· 9 months ago
8cb441c
Fix missing declaration warnings in GCC
by Alex Stewart
· 8 months ago
d2b7f33
Remove split.cc from the bazel sources.
by Sameer Agarwal
· 8 months ago
206061a
Use standard c++ types in jet_test.cc
by Sameer Agarwal
· 9 months ago
1f374a9
Support promotion in comparison between Jet and scalars
by Sergiu Deitsch
· 9 months ago
06e68db
Avoid midpoint overflow in the differential
by Sergiu Deitsch
· 9 months ago
276d24c
Fix C++20 compilation
by Sergiu Deitsch
· 9 months ago
b1391e0
Support midpoint Jet
by Sergiu Deitsch
· 9 months ago
8426526
Support lerp Jet
by Sergiu Deitsch
· 9 months ago
57c2796
support 3-argument hypot jet
by Sergiu Deitsch
· 9 months ago
123fba6
Eigen::MappedSparseMatrix -> Eigen::Map<Eigen::SparseMatrix>
by Sameer Agarwal
· 9 months ago
3f950c6
reworked copysign tests
by Sergiu Deitsch
· 9 months ago
48cb54d
fix fmin and fmax NaN handling
by Sergiu Deitsch
· 9 months ago
552a4e5
support log10 jet
by Sergiu Deitsch
· 9 months ago
4e49c54
reuse expm1 result for differential
by Sergiu Deitsch
· 9 months ago
8d3e64d
Use modern-style Eigen3 CMake variables
by Alex Stewart
· 9 months ago
2fba614
support log1p and expm1 jet
by Sergiu Deitsch
· 9 months ago
a668cab
support norm jet
by Sergiu Deitsch
· 9 months ago
a3a4b6d
support copysign jet
by Sergiu Deitsch
· 9 months ago
b75dac1
fix abs jet test comment
by Sergiu Deitsch
· 9 months ago
034bf56
use copysign for abs jet
by Sergiu Deitsch
· 9 months ago
3100845
Add example for BiCubicInterpolator
by Dmitriy Korchemkin
· 11 months ago
7ef4a12
Add a section on implicit and inverse function theorems
by Sameer Agarwal
· 11 months ago
686428f
Move the further reading section to bibliography
by Sameer Agarwal
· 11 months ago
e47d87f
Add a note about Trigg's correction
by Sameer Agarwal
· 11 months ago
d285251
Fix the docs for Problem::RemoveResidualBlock & Problem::RemoveParameterBlock
by Sameer Agarwal
· 11 months ago
06e02a1
Delete unused files split.h/cc
by Sameer Agarwal
· 11 months ago
ac7268d
Fix an 80cols issue in covariance_impl.cc
by Sameer Agarwal
· 11 months ago
17dccef
Add NumericDiffFirstOrderFunction
by Sameer Agarwal
· 11 months ago
03d6414
Fix a incorrect check in reorder_program.cc
by Sameer Agarwal
· 1 year, 7 months ago
8841119
Two changes to TinySolver
by Sameer Agarwal
· 11 months ago
4dff3ea
Fix a number of typos in rotation.h
by Sameer Agarwal
· 11 months ago
98719ce
Fix a type in interfacing_with_autodiff.html
by Sameer Agarwal
· 11 months ago
0299ce9
Update conf.py to be compatible with Sphinx 4.1.2
by Sameer Agarwal
· 11 months ago
2a2b9bd
Fix a bug in covariance_impl.cc
by Sameer Agarwal
· 1 year ago
27fade7
Fix a bug in system_test.cc
by Sameer Agarwal
· 1 year ago
d4eb83e
Fix the Jacobian in trust_region_minimizer_test.cc
by Sameer Agarwal
· 1 year ago
5f6071a
Fix a bug in local_parameterization_test.cc
by Sameer Agarwal
· 1 year ago
b2e732b
Fix errors in comments from William Gandler.
by Sameer Agarwal
· 1 year ago
Next »