mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-30 00:50:37 +08:00
b22d063075ec545a59a25abd5d83e4642dc329c2
When using the SPARSE_QR algorithm, now a Q-less factorization is used. This results in significantly less memory usage. The inversion of the semi-normal equations is now threaded using openmp. Indeed if one has SuiteSparse compiled with TBB, then both the factorization and the inversion are completely threaded. Change-Id: Ia07591e48e7958d427ef91ff9e67662f6e982c21
Ceres Solver - A non-linear least squares minimizer ================================================== Please see docs/html/index.html for a tutorial and reference.
Description
Languages
C++
94.4%
CMake
3.8%
Python
0.8%
C
0.5%
Starlark
0.4%