mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 08:34:37 +08:00
e15ec89f3b5279168a7007dca35f6a58213e8d4a
1. Use hardware_concurrency to configure number of threads. 2. Use user ordering instead of automatic ordering. Fixes https://github.com/ceres-solver/ceres-solver/issues/874 Change-Id: I4d7d69612e1ee40358943019a0c3a909e419c4e4
Ceres Solver
Ceres Solver is an open source C++ library for modeling and solving large, complicated optimization problems. It is a feature rich, mature and performant library which has been used in production at Google since 2010. Ceres Solver can solve two kinds of problems.
- Non-linear Least Squares problems with bounds constraints.
- General unconstrained optimization problems.
Please see ceres-solver.org for more information.
Description
Languages
C++
94.4%
CMake
3.8%
Python
0.8%
C
0.5%
Starlark
0.4%