mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 08:34:37 +08:00
ee90f6cbf7ce6cd91e3b9e8cb8c36f098f1546da
Detect when the number of non-zeros overflows when constructing BlockSparseMatrix and CompressedRowSparseMatrix and return with an error message instead of crashing. Change-Id: I45e102f7c0519eef441ce0586b7adf96e4a954a9
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%