mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 16:40:38 +08:00
b9f15a59361c609ffc4a328aea9be3d265b5da81
For problems with a small number of variables, but a large number of residuals, it is sometimes beneficial to use the Cholesky factorization on the normal equations, instead of the dense QR factorization of the Jacobian, even though it is numerically the better thing to do. Change-Id: I3506b006195754018deec964e6e190b7e8c9ac8f
Ceres Solver - A non-linear least squares minimizer ================================================== Please see ceres-solver.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%