mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-30 00:50:37 +08:00
296fa9b1279ee1900c8ae32d70e97cd10fc0b46b
1. Add Matrix-Matrix and Matrix-Vector multiply functions. 2. Replace Eigen usage in SchurEliminator with these custom matrix operations. 3. Save on some memory allocations in ChunkOuterProduct. 4. Replace LDLT with LLT. As a result on problem-16-22106-pre.txt, the linear solver time goes down from 1.2s to 0.64s. Change-Id: I2daa667960e0a1e8834489965a30be31f37fd87f
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%