Sign in
ceres-solver
/
ceres-solver
/
b7ba93459b7f584eedb1a9f42f3d06bccabd33dc
/
internal
564a83f
Lint cleanup from William Rucklidge.
by Sameer Agarwal
· 12 years ago
f46de9e
Silent no previous declaration warning for FindParameterBlockOrDie
by Sergey Sharybin
· 12 years ago
16636ef
Compilation fix for msvc2010
by Sergey Sharybin
· 12 years ago
16dbf11
Added CeresConfig.cmake based on this example:
by Pablo Speciale
· 12 years ago
015d57f
Avoiding the Warning: "deprecated conversion from string constant to char*"
by Pablo Speciale
· 12 years ago
700d50d
Lint cleanup from William Rucklidge
by Sameer Agarwal
· 12 years ago
8140f0f
Modularize the build.
by Sameer Agarwal
· 12 years ago
c59c1e4
Propagate ifdefs correctly to improve build efficiency.
by Sameer Agarwal
· 12 years ago
32874b8
Fix CMake "LIB_SUFFIX" for non-linux installations
by Yuliy Schwartzburg
· 12 years ago
020d8e1
Better error reporting in the modeling API.
by Sameer Agarwal
· 12 years ago
e714879
Fix a memory leak in CXSparse::SolveCholesky.
by Sameer Agarwal
· 12 years ago
a363a7b
Multithread DENSE_SCHUR
by Sameer Agarwal
· 12 years ago
31730ef
DenseSparseMatrix is now column-major.
by Sameer Agarwal
· 12 years ago
fef82b3
Bugfix - commenting-out unused member which results in build error on OS X with latest Xcode.
by Alex Stewart
· 12 years ago
6fb1024
Fix a small bug in evaluator.h
by Sameer Agarwal
· 12 years ago
039ff07
Evaluate ResidualBlocks without LossFunction if needed.
by Sameer Agarwal
· 12 years ago
ba94421
Add the number of effective parameters to the final report.
by Keir Mierle
· 12 years ago
36dc14d
Fix a clang warning
by Sameer Agarwal
· 12 years ago
931c309
Cleanup based on comments by William Rucklidge
by Sameer Agarwal
· 12 years ago
df36218
Add support for the CMake "LIB_SUFFIX" convention
by Taylor Braun-Jones
· 12 years ago
b53c966
Solve No Previous Prototype GCC warning
by Sergey Sharybin
· 12 years ago
267ccc4
Fix for MinGW build on Windows
by Sergey Sharybin
· 12 years ago
509f68c
Problem::Evaluate implementation.
by Sameer Agarwal
· 12 years ago
d4a0bf8
Fix threading build on Windows.
by Keir Mierle
· 12 years ago
beb4505
Minor fixes
by Sameer Agarwal
· 12 years ago
9a88bd7
Minor bug fixes
by Sameer Agarwal
· 12 years ago
956ed7e
Various minor fixes.
by Sameer Agarwal
· 12 years ago
3e2c4ef
Add adapters for column/row-major matrices to rotation.h
by Keir Mierle
· 12 years ago
04938ef
Add support for removing parameter and residual blocks.
by Keir Mierle
· 12 years ago
290b975
Preconditioner refactoring.
by Sameer Agarwal
· 12 years ago
d010de5
Solver::Summary::FullReport() supports line search now.
by Sameer Agarwal
· 12 years ago
8e1f83c
Speed up Problem construction and destruction.
by Sameer Agarwal
· 12 years ago
be418a3
Fix evaluation of initial cost and corresponding test
by Markus Moll
· 12 years ago
974513a
Bug fix in DynamicAutoDiffCostFunction
by Sameer Agarwal
· 12 years ago
3130b3c
Add support for dynamic autodiff
by Keir Mierle
· 12 years ago
c58e6dc
More refined event logging in solver_impl.cc
by Sameer Agarwal
· 12 years ago
f102a68
Remove extraneous initial and final evals.
by Sameer Agarwal
· 12 years ago
0593747
Fix a memory leak in cxsparse.cc
by Sameer Agarwal
· 12 years ago
42a84b8
Expand reporting of timing information.
by Sameer Agarwal
· 12 years ago
71c8058
Remove ExecutionSummary from Evaluator and LinearSolver
by Sameer Agarwal
· 12 years ago
bdd87c0
Add an ExecutionSummary object that the Evaluator and LinearSolver can use to
by Sameer Agarwal
· 12 years ago
977be7c
Add support for reporting linear solver and inner iteration orderings.
by Sameer Agarwal
· 12 years ago
2f0d724
NumericDiffFunctor.
by Sameer Agarwal
· 12 years ago
2fc0ed6
Change NumericDiffCostFunction to accept variadic functors.
by Sameer Agarwal
· 12 years ago
9c5acce
Add CostFunctionToFunctor.
by Sameer Agarwal
· 12 years ago
c89ea4b
Minor corrections based on Jim Roseborough's comments
by Sameer Agarwal
· 12 years ago
00c8a06
Fix bug in DenseSparseMatrix::ToDenseMatrix().
by Keir Mierle
· 12 years ago
bcac4de
Speedup corrector.cc
by Sameer Agarwal
· 12 years ago
9883fc3
Refactoring of the LineSearchMinimizer.
by Sameer Agarwal
· 12 years ago
aed9961
Expose lbfgs rank in solver.h
by Sameer Agarwal
· 12 years ago
1afd498
String to and from enum conversion routines.
by Sameer Agarwal
· 12 years ago
3e8d192
Add a rough implementation of LBFGS.
by Sameer Agarwal
· 12 years ago
f4d0164
Add a line search based minimizer.
by Sameer Agarwal
· 12 years ago
0b5df70
Bug fix in solver_impl_test.
by Sameer Agarwal
· 12 years ago
86f6ea6
Fix a variadic evaluation bug in AutoDiff.
by Sameer Agarwal
· 12 years ago
9895a4f
Update comment in trust_region_minimizer.h.
by Sameer Agarwal
· 12 years ago
1d11be9
Armijo line search.
by Sameer Agarwal
· 12 years ago
31432ae
Fix an initialization bug in ProgramEvaluator.
by Sameer Agarwal
· 12 years ago
e7295c2
Add polynomial interpolation and minimization.
by Sameer Agarwal
· 12 years ago
747845f
Add the GradientChecker.
by Sameer Agarwal
· 12 years ago
bdabc29
Change LOG(ERROR) to LOG(WARNING) in schur_complement_solver.cc
by Sameer Agarwal
· 12 years ago
d779b04
Sort filenames in internal/CMakeList.txt
by Sameer Agarwal
· 12 years ago
3dadfb7
static cast to force Eigen::Index to long conversion.
by Sameer Agarwal
· 12 years ago
12626e8
Add support for up to 10 parameters in Problem
by Fisher
· 12 years ago
f1e67cc
Add support for up to 10 parameters in autodiff.
by Keir Mierle
· 12 years ago
a45046a
Remove verbose logging from DenseQRSolver
by Sameer Agarwal
· 12 years ago
27dd0d3
Fix the Ceres Android NDK build.
by Keir Mierle
· 12 years ago
67a107b
SolverImpl refactoring.
by Sameer Agarwal
· 12 years ago
66fcc7d
Fix a memory leak in trust_region_minimizer_test.cc
by Sameer Agarwal
· 12 years ago
76e8bb5
Add a missing OpenMP ifdef to coordinate_descent_minimizer.cc
by Sameer Agarwal
· 12 years ago
68b32a9
ordering -> linear_solver_ordering.
by Sameer Agarwal
· 12 years ago
c1ffad6
Schur ordering was operating on the original program.
by Sameer Agarwal
· 12 years ago
e3c5570
Petter's MSVC fixes
by Sameer Agarwal
· 12 years ago
5bfa7e4
Improve the performance of DenseQRSolver
by Sameer Agarwal
· 12 years ago
ba8d967
Generalization of the inner iterations algorithm.
by Sameer Agarwal
· 12 years ago
2c94eed
Move from Ordering to ParameterBlockOrdering.
by Sameer Agarwal
· 12 years ago
b6da9c7
OrderedGroups implementation.
by Sameer Agarwal
· 12 years ago
a693c8b
Remove redundant broken test.
by Sameer Agarwal
· 12 years ago
9123e2f
An implementation of Ruhe & Wedin's Algorithm II.
by Sameer Agarwal
· 13 years ago
b23fd4e
Add IterationSummary::step_is_nonmonotonic.
by Sameer Agarwal
· 12 years ago
d3ace02
Fix a bunch of compiler warnings.
by Sameer Agarwal
· 12 years ago
1dc544a
Remove ParameterBlock::state_offset as it is not used.
by Sameer Agarwal
· 13 years ago
dd1a276
Fix of compilation errors in solver_impl.cc
by Petter Strandmark
· 13 years ago
97ca0fb
Compile with warnings on Unix.
by Keir Mierle
· 13 years ago
c014997
Replace EXPECT/ASSERT_DEATH with EXPECT_DEATH_IF_SUPPORTED.
by Sameer Agarwal
· 13 years ago
65625f7
Solver::Options::ordering* are dead.
by Sameer Agarwal
· 13 years ago
0c52f1e
LinearSolver::Options::num_eliminate_blocks is dead.
by Sameer Agarwal
· 13 years ago
91c9bfe
Start of the new ordering API.
by Sameer Agarwal
· 13 years ago
76533b3
Adding high-precision timer using OpenMP
by Petter Strandmark
· 13 years ago
fba3844
Fix two segaults in test code.
by Sameer Agarwal
· 13 years ago
ab8e2dc
EigenSolver takes a bool
by Petter Strandmark
· 13 years ago
eb38e74
Inclusion guard fix
by Petter Strandmark
· 13 years ago
14ee795
Add ability to query available linear algebra backend.
by Sameer Agarwal
· 13 years ago
08f0d4d
Stricter checking of Solver::Option::num_eliminate_blocks.
by Sameer Agarwal
· 13 years ago
b329e58
Numerically robust computation of model_cost_change.
by Sameer Agarwal
· 13 years ago
cbae856
Various cleanups to nist.cc.
by Sameer Agarwal
· 13 years ago
a406b17
Fix the jacobian scaling bug.
by Sameer Agarwal
· 13 years ago
552f9f8
Various minor bug fixes to the solver logic.
by Sameer Agarwal
· 13 years ago
1.3.0
2d7176a
max_consecutive_nonmonotonic_steps should be int
by Petter Strandmark
· 13 years ago
ea11704
Basic harness for testing NIST problems.
by Sameer Agarwal
· 13 years ago
Next »