Sign in
ceres-solver
/
ceres-solver
/
e81a5dd300b43591135bc150789a6641f67745e0
e81a5dd
Ignore warnings from within Eigen/SparseQR (3.2.2).
by Alex Stewart
· 10 years ago
f4f753a
Fix empty Cache HELPSTRING parsing error on OS X 10.10 Yosemite.
by Alex Stewart
· 10 years ago
c6792c4
Fix a typo in nnls_tutorial.rst.
by Sameer Agarwal
· 10 years ago
b01fb96
Remove redundant sentence in comment
by Greg Coombe
· 10 years ago
0435246
Add seene to users.rst
by Sameer Agarwal
· 10 years ago
fdf32b3
Fix some errant tabs.
by Sameer Agarwal
· 10 years ago
6768b35
Minor cleanups in preparation for a release.
by Sameer Agarwal
· 10 years ago
1.10.0rc1
7b6bd1c
Documentation update.
by Sameer Agarwal
· 10 years ago
b7d321f
Relax the warning/error handing in GCC.
by Sameer Agarwal
· 10 years ago
94c6e7d
Improve multithreading when using inner iterations.
by Sameer Agarwal
· 10 years ago
9e11cd1
Faster BlockRandomAccessSparseMatrix::SymmetricRightMultiply.
by Sameer Agarwal
· 10 years ago
46b8461
Various minor fixes from William Rucklidge.
by Sameer Agarwal
· 10 years ago
b44cfde
Let ITERATIVE_SCHUR use an explicit Schur Complement matrix.
by Sameer Agarwal
· 10 years ago
4ad9149
Simplify the Block Jacobi and Schur Jacobi preconditioners.
by Sameer Agarwal
· 10 years ago
8f7be10
Fix a formatting error TrustRegionMinimizer logging.
by Sameer Agarwal
· 10 years ago
c99872d
Add BlockRandomAccessSparseMatrix::SymmetricRightMultiply.
by Sameer Agarwal
· 10 years ago
d3ecd18
Add an explicit include for local_parameterization.h
by Sameer Agarwal
· 10 years ago
5dd7686
Fix unused-function warning with Eigen < 3.2.2.
by Alex Stewart
· 10 years ago
820cb7b
Add solver_utils.cc to Android.mk
by Sameer Agarwal
· 11 years ago
092b949
Add GradientProblem and GradientProblemSolver.
by Sameer Agarwal
· 11 years ago
6c45d6b
Add more inspection methods to Problem.
by Sameer Agarwal
· 11 years ago
6ad9b8e
Ignore row/column blocks structure when using dynamic sparsity
by Sameer Agarwal
· 11 years ago
7e43460
Fix a few typos in the documentation.
by Martin Baeuml
· 11 years ago
1aef66e
Remove errant space.
by Sameer Agarwal
· 11 years ago
89080ab
Add LocalParameterization::MultiplyByJacobian.
by Sameer Agarwal
· 11 years ago
d76da16
Move some routines to solver_utils.h/cc
by Sameer Agarwal
· 11 years ago
cbf03ac
Make LineSearchMinimizer consistent with TrustRegionMinimizer.
by Sameer Agarwal
· 11 years ago
f04c323
Fix some obsolete documentation in CostFunction::Evaluate
by Sameer Agarwal
· 11 years ago
9263547
Fix CG solver options for ITERATIVE_SCHUR, which did not copy min_num_iterations
by Johannes Schönberger
· 11 years ago
b41f048
Remove obsolete include of numeric_diff_functor.h.
by Martin Baeuml
· 11 years ago
b7fb605
Remove NumericDiffFunctor.
by Sameer Agarwal
· 11 years ago
175fa8f
CostFunctionToFunctor allows dynamic number of residuals.
by Sameer Agarwal
· 11 years ago
70ace0d
Fix max. linear solver iterations in ConjugateGradientsSolver
by Johannes Schönberger
· 11 years ago
c5d8d06
Fix a unused function error with Eigen version 3.2.1 or less.
by Sameer Agarwal
· 11 years ago
0e1cc2a
Fix the build on Eigen version 3.2.1 and older.
by Sameer Agarwal
· 11 years ago
5f96c62
Add Block AMD ordering for SPARSE_SCHUR + EIGEN_SPARSE.
by Sameer Agarwal
· 11 years ago
7344626
Let EIGEN_SPARSE + SPARSE_NORMAL_CHOLESKY use block AMD.
by Sameer Agarwal
· 11 years ago
9f70323
Block AMD for SparseNormalCholesky + EIGEN_SPARSE.
by Sameer Agarwal
· 11 years ago
b9331cd
Cleanup reorder_program.cc
by Sameer Agarwal
· 11 years ago
79491a3
Solver::FullReport now reports build config.
by Sameer Agarwal
· 11 years ago
48068c7
Lint cleanup from William Rucklidge.
by Sameer Agarwal
· 11 years ago
6a51b13
Fix solver_test.cc
by Sameer Agarwal
· 11 years ago
62a8d64
Expand check for lack of a sparse linear algebra library.
by Sameer Agarwal
· 11 years ago
12eb389
Fix Eigen Row/ColMajor bug in NumericDiffCostFunction.
by Sameer Agarwal
· 11 years ago
6c25185
Fix crash in Covariance if # threads > 1 requested without OpenMP.
by Alex Stewart
· 11 years ago
6f89d85
Further build breakage fixes.
by Sameer Agarwal
· 11 years ago
dd596d0
Fix the broken build.
by Sameer Agarwal
· 11 years ago
d906afa
A number of bug fixes.
by Sameer Agarwal
· 11 years ago
dab9559
Add an unweighted graph.
by Sameer Agarwal
· 11 years ago
a0c282a
Add EIGEN_STRONG_INLINE annotation to jet.h
by Sameer Agarwal
· 11 years ago
20de0a7
Fixed Malformed regex
by Björn Piltz
· 11 years ago
ccf8aea
Fixed MSVC error C2124: divide or mod by zero
by Björn Piltz
· 11 years ago
8de27be
Fix a bug in TrustRegionPreprocessor
by Sameer Agarwal
· 11 years ago
1745dd6
Refactor SolverImpl.
by Sameer Agarwal
· 11 years ago
bd90384
Lint comments from William Rucklidge.
by Sameer Agarwal
· 11 years ago
3150321
Preprocessor for the LineSearchMinimizer.
by Sameer Agarwal
· 11 years ago
f7da411
Preprocessor for the TrustRegionMinimizer.
by Sameer Agarwal
· 11 years ago
54893ba
Add missing #include of <limits> for loss functions.
by Alex Stewart
· 11 years ago
4a2a888
Change ownership of pointers in Minimizer::Options.
by Sameer Agarwal
· 11 years ago
0d4e3bd
GradientCheckingProblem's parameter blocks are initialized correctly.
by Sameer Agarwal
· 11 years ago
cfb3646
Small fixes from William Rucklidge.
by Sameer Agarwal
· 11 years ago
9a41132
Small changes from Jim Roseborough.
by Sameer Agarwal
· 11 years ago
a521fc3
Simplify, cleanup and instrument SchurComplementSolver.
by Sameer Agarwal
· 11 years ago
b43e73a
Simplify the Eigen code in SparseNormalCholeskySolver.
by Sameer Agarwal
· 11 years ago
0315982
Enable Eigen as sparse linear algebra library.
by Sameer Agarwal
· 11 years ago
1b17145
Make canned loss functions more robust.
by Sameer Agarwal
· 11 years ago
b27a204
Fix type of suppressed compiler warning for Eigen 3.2.0.
by Alex Stewart
· 11 years ago
b76615a
Suppress unused variable warning from Eigen 3.2.0.
by Alex Stewart
· 11 years ago
c89e82e
Drop iostream from solver.cc
by Sameer Agarwal
· 11 years ago
bb3b865
Add sstream header to solver.cc
by Sameer Agarwal
· 11 years ago
060a850
Remove SPARSE_CHOLESKY based covariance estimation.
by Sameer Agarwal
· 11 years ago
c2131de
Add "make install" to the install instructions.
by Sameer Agarwal
· 11 years ago
c1485df
Correct formula in documentation of Solver::Options::function_tolerance.
by Alessandro Gentilini
· 11 years ago
0bbb48a
Adds support for computing the covariance using Eigen's sparse QR module.
by Mike Vitus
· 11 years ago
22b26cd
Add release flags to iOS toolchain.
by Alex Stewart
· 11 years ago
753ada7
Fix a bug in assert_ndk_version.sh
by Sameer Agarwal
· 11 years ago
0a9bca1
Fix a broken hyperlink in the documentation.
by Sameer Agarwal
· 11 years ago
da86231
Add fixes for multiple definitions of ERROR on Windows to docs.
by Alex Stewart
· 11 years ago
603277d
Add check for dynamic sparsity in Solver::Options::IsValid.
by Sameer Agarwal
· 11 years ago
e9fcf3d
Add OrderedGroups::MinNonZeroGroup.
by Sameer Agarwal
· 11 years ago
ec6bfa5
Compile miniglog into Ceres if enabled on all platforms.
by Alex Stewart
· 11 years ago
0cc1bc5
Add missing files to the NDK build.
by Sameer Agarwal
· 11 years ago
e497f49
Refactor reordering routines.
by Sameer Agarwal
· 11 years ago
4fce29c
Documentation update.
by Sameer Agarwal
· 11 years ago
2529176
Add two missing files to Android.mk
by Greg Coombe
· 11 years ago
bb5baea
Improve NDK version detection.
by Sameer Agarwal
· 11 years ago
d54e987
Add a note about git commit message style.
by Sameer Agarwal
· 11 years ago
14ec849
Change logging for TRUST_REGION.
by Sameer Agarwal
· 11 years ago
2a5599f
Fix Cmake error when using miniglog.
by Greg Coombe
· 11 years ago
add50e3
Don't build miniglog unconditionally as a static library
by Björn Piltz
· 11 years ago
4c5f6cd
Added missing include.
by Björn Piltz
· 11 years ago
c8063df
POLAK_RIBIRERE -> POLAK_RIBIERE
by Sameer Agarwal
· 11 years ago
52bad62
Adding assert_ndk_version for Android from Jørgen Tjernø.
by Alex Stewart
· 11 years ago
70af9a5
Improve logging in Solver::Options::IsValid.
by Sameer Agarwal
· 11 years ago
79df23e
Remove NDK/Eigen bug work around.
by Sameer Agarwal
· 11 years ago
5d51e4d
Addressing comments from Jim Roseborough.
by Sameer Agarwal
· 11 years ago
b4a5f7e
Program::RemoveFixedBlocks -> Program::CreateReducedProgram.
by Sameer Agarwal
· 11 years ago
29fe072
Solver::Options::min_relative_decrease can be zero.
by Sameer Agarwal
· 11 years ago
226a95e
Fix more typos in solver.cc
by Sameer Agarwal
· 11 years ago
7135be7
Conditionally disable SparseNormalCholesky.
by Sameer Agarwal
· 11 years ago
Next »