mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-30 00:50:37 +08:00
b051873a5580013bc780b64ecfdc8cfdd78d3066
1. Added support for CXSparse - SparseNormalCholesky and SchurComplementSolver support SuiteSparse and CXSparse now. I am not sure I will add suport for visibility based preconditioning using CXSparse. Its not a high priority. 2. New enum SparseLinearAlgebraLibraryType which allows the user to indicate which sparse linear algebra library should be used. 3. Updated tests for SolverImpl and system_test. 4. Build system changes to automatically detect CXSparse and link to it by default -- just like SuiteSparse. 5. Minor bug fixes dealing in the cmake files and VBP. 6. Changed the order of the system test. 7. Deduped the unsymmetric linear solver test. Change-Id: I33252a103c87b722ecb7ed7b5f0ae7fd91249244
Ceres Solver - A non-linear least squares minimizer ================================================== Please see ceres.pdf in docs/ for a tutorial and reference.
Description
Languages
C++
94.4%
CMake
3.8%
Python
0.8%
C
0.5%
Starlark
0.4%