Sign in
ceres-solver
/
ceres-solver
/
d99a3a961e4a6ff7218d0ab749da57cf1a1677bd
d99a3a9
Separate PUBLIC and PRIVATE library dependencies
by Björn Piltz
· 11 years ago
1c089e8
Notational fix in modeling.rst by William Rucklidge.
by Sameer Agarwal
· 11 years ago
082d9e2
Add iOS.cmake from the ios-cmake project.
by Sameer Agarwal
· 11 years ago
a97056c
Various documentation fixes from William Rucklidge.
by Sameer Agarwal
· 11 years ago
2f8fb21
Adding function to update CMake cache variables and preserve help.
by Alex Stewart
· 11 years ago
8f4dcb2
Documentation update.
by Sameer Agarwal
· 11 years ago
d48e705
Configure config.h and include it from the build directory.
by Alex Stewart
· 11 years ago
11c4961
Fix 80cols violation in local_parameterization.h
by Sameer Agarwal
· 11 years ago
af31544
Add Alex Stewart as a maintainer.
by Sameer Agarwal
· 11 years ago
ea76585
Adding autogenerated Ceres config.h to #define Ceres compile options.
by Alex Stewart
· 11 years ago
cbf9554
Fixes swapped verboselevel and condition.
by Björn Piltz
· 11 years ago
3209b04
Fixed warning : 'va_copy' : macro redefinition
by Björn Piltz
· 11 years ago
1df2f0f
Removed MSVC warnings These are warnings which show up when using Ceres.
by Björn Piltz
· 11 years ago
eca7e1c
Remove BlockRandomAccessCRSMatrix.
by Sameer Agarwal
· 11 years ago
7088a08
Fix some 80col violations and reflow the comments in cmake.in file.
by Sameer Agarwal
· 11 years ago
95cce08
Remove some errant tabs.
by Sameer Agarwal
· 11 years ago
a536ae7
Lazily initialize the bounds arrays in ParameterBlock.
by Sameer Agarwal
· 11 years ago
633b50b
Add the (2,4,8) template specialization.
by Sameer Agarwal
· 11 years ago
5ffe060
Export Ceres compile definitions to targets compiled against Ceres.
by Alex Stewart
· 11 years ago
0e811b0
Fix a bug in Minimizer::RunCallbacks.
by Sameer Agarwal
· 11 years ago
31b5037
Lint cleanup from William Rucklidge.
by Sameer Agarwal
· 11 years ago
15c1210
Lint cleanup from Jim Roseborough.
by Sameer Agarwal
· 11 years ago
b166806
Variety of changes to documentation and example code.
by Sameer Agarwal
· 11 years ago
658407d
Add missing template specializations to the NDK build.
by Sameer Agarwal
· 11 years ago
5d7eed8
Suppport for MSVC DLLs.
by Björn Piltz
· 11 years ago
c830820
Add missing files to Android.mk
by Sameer Agarwal
· 11 years ago
ceb7a3b
Fix compilation error when using G++ compiler
by Sergey Sharybin
· 11 years ago
02db941
Fix the documentation for RandNormal.
by Sameer Agarwal
· 11 years ago
3253078
Add dynamic_sparsity option.
by Richard Stebbing
· 11 years ago
2569076
More NDK fixes.
by Sameer Agarwal
· 11 years ago
e55596f
Change the defaults for shared_ptr.
by Sameer Agarwal
· 11 years ago
bb05be3
Solver::Options uses shared_ptr to handle ownership.
by Sameer Agarwal
· 11 years ago
8e09913
Added a simplified robotics example for DynamicAutoDiffCostFunction.
by Joydeep Biswas
· 11 years ago
cc9d3bb
Remove a comment from conf.py
by Sameer Agarwal
· 11 years ago
c4cd29d
Merge landing page with introduction.
by Sameer Agarwal
· 11 years ago
46ccfb3
Cleanup block_structure.h/cc
by Sameer Agarwal
· 11 years ago
7d489fd
Refactor the landing page to be a bit more compact.
by Sameer Agarwal
· 11 years ago
406ac78
Rework Ceres documentation as new website
by Keir Mierle
· 11 years ago
3e60a99
Added support and tests: row and column blocks for sparse matrix transpose.
by Richard Bowen
· 11 years ago
5ecb1c3
Add Problem::IsParameterBlockPresent.
by Sameer Agarwal
· 11 years ago
75e2232
Fix spacing in building.rst
by Sameer Agarwal
· 11 years ago
b555b48
Changes documentation to reflect changes in output format.
by Richard Bowen
· 11 years ago
1cfb600
Add the (2,4,9) template specialization for PartitionedMatrixView
by Sameer Agarwal
· 11 years ago
195e493
Check validity of residual block before removal in RemoveResidualBlock.
by Alex Stewart
· 11 years ago
74762b6
Allow construction of an AutoDiffLocalParameterization with a functor.
by Alex Stewart
· 11 years ago
4f603fb
Grammer fixes from William Rucklidge.
by Sameer Agarwal
· 11 years ago
efab1ab
Rename tricks.rst to faq.rst.
by Sameer Agarwal
· 11 years ago
ee21fac
More tips and tricks.
by Sameer Agarwal
· 11 years ago
5f3f400
Extend the advice on derivatives.
by Sameer Agarwal
· 11 years ago
58b1e1b
Add a tips/tricks/FAQ section to the documentation.
by Sameer Agarwal
· 11 years ago
7b3ffe5
Import the latest version of gmock and gtest.
by Sameer Agarwal
· 11 years ago
8956f56
Fix issues related to Clang / LLVM 3.4
by Johannes Schönberger
· 11 years ago
e52843c
Fixed problem_test(Failed on Windows at least). The parantheses made the regex invalid.
by Björn Piltz
· 11 years ago
b7373aa
Add Meyer Function (Problem 10) to more_garbow_hillstrom.cc
by Sameer Agarwal
· 11 years ago
4be580d
Reorder code in LineSearchMinimizer.
by Sameer Agarwal
· 11 years ago
879fc28
Remove CERES_NO_LINE_SEARCH_MINIMIZER.
by Sameer Agarwal
· 11 years ago
9b83e49
Fix a small typo in solving.rst
by Sameer Agarwal
· 11 years ago
9bd23f2
Update documentation.
by Sameer Agarwal
· 11 years ago
3dd7ed7
Silence LineSearch on demand.
by Sameer Agarwal
· 11 years ago
c926b29
Fix build breakage.
by Sameer Agarwal
· 11 years ago
6e3aad2
Lint cleanup from William Rucklidge.
by Sameer Agarwal
· 11 years ago
7ad0e54
Add missing gflags and glog logging includes.
by Sameer Agarwal
· 11 years ago
7ea6bb9
Fix a type bug in more_garbow_hillstrom.cc.
by Sameer Agarwal
· 11 years ago
1da9292
Changes to how gradient based convergence is diagnosed.
by Sameer Agarwal
· 11 years ago
9102bdd
Add more problems to more_garbow_hillstrom.cc.
by Sameer Agarwal
· 11 years ago
6cb82b6
METIS_FOUND is never set.
by Andreas Franek
· 11 years ago
b149234
Extend more_garbow_hillstrom to include unconstrained solves.
by Sameer Agarwal
· 11 years ago
840c89f
Add test problems from More, Garbow and Hillstrom.
by Sameer Agarwal
· 11 years ago
b5f6ca8
Add tests for feasibility testing of bounds constrained problems.
by Sameer Agarwal
· 11 years ago
d789b00
Improve infeasibility detection for constant and variable parameter blocks.
by Sameer Agarwal
· 11 years ago
9da89e9
Add Problem::SetParameterLowerBound and Problem::SetParameterUpperBound.
by Sameer Agarwal
· 11 years ago
a482ab8
Add Problem::SetParameterLowerBound and Problem::SetParameterUpperBound.
by Sameer Agarwal
· 11 years ago
fc827de
Deal with bounds constrained problems in the Solver.
by Sameer Agarwal
· 11 years ago
5cf867b
Add support for bounds to ParameterBlock.
by Sameer Agarwal
· 11 years ago
978d931
Add line search to the trust region minimizer.
by Sameer Agarwal
· 11 years ago
f949bab
Add Problem::GetParameterization.
by Sameer Agarwal
· 11 years ago
e5d6219
Remove all references to int16.
by Sameer Agarwal
· 11 years ago
5e8321c
Validate ParameterBlocks before solve.
by Sameer Agarwal
· 11 years ago
63cff48
Fix a leak in SchurComplementSolver.
by Sameer Agarwal
· 11 years ago
e876317
Move operator<< for FunctionSample back into ceres::internal.
by Sameer Agarwal
· 11 years ago
91da310
Added epsilon() method to NumTraits<ceres::Jet<T, N> >.
by Filippo Basso
· 11 years ago
15bf0d5
Code cleanup: fix no previous declaration warnings
by Sergey Sharybin
· 11 years ago
80a53ee
Faster LBFGS.
by Sameer Agarwal
· 11 years ago
f557800
Reduce logging verbosity.
by Sameer Agarwal
· 11 years ago
85561ee
Use int32 for parameter block sizes.
by Sameer Agarwal
· 11 years ago
a7fda33
Fix typos in error messages in line search config checks.
by Alex Stewart
· 11 years ago
f695322
Remove a compilation warning on windows.
by Sameer Agarwal
· 11 years ago
b811041
Code cleanup: fix no previous declaration warnings
by Sergey Sharybin
· 11 years ago
f14f6bf
Speed up SPARSE_NORMAL_CHOLESKY when using CX_SPARSE.
by Sameer Agarwal
· 11 years ago
d79f886
Refactor line search error checking code.
by Sameer Agarwal
· 11 years ago
2b16b00
CompressedRowSparseMatrix::AppendRows and DeleteRows bugfix.
by Sameer Agarwal
· 11 years ago
27bb4a8
Handle empty problems consistently.
by Sameer Agarwal
· 11 years ago
dcee120
Consolidate SolverTerminationType enum.
by Sameer Agarwal
· 11 years ago
d1cf320
Made collections port compatible with MSVC2008
by Sergey Sharybin
· 11 years ago
324eccb
Restore the state of the Problem after a call to Evaluate.
by Sameer Agarwal
· 11 years ago
3b1ad31
Fix build breakage on old versions of SuiteSparse.
by Sameer Agarwal
· 11 years ago
5fd4806
Add more documentation to the linear solver enums.
by Sameer Agarwal
· 11 years ago
d73acd0
Lint cleanup from William Rucklidge.
by Sameer Agarwal
· 11 years ago
3faac6a
More lint cleanups and breakage fixes.
by Sameer Agarwal
· 11 years ago
ed92366
Lint cleanup from William Rucklidge.
by Sameer Agarwal
· 11 years ago
Next »