mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 16:40:38 +08:00
715865101cf0baa9ec4771127fd12ef7fac7cfca
32-bit MinGW is being phased out: https://www.msys2.org/news/#2023-12-13-starting-to-drop-some-32-bit-packages With eigen3 and glog packages now removed, Ceres Solver no longer can be built using stock MinGW. Therefore, we remove the support altogether. Change-Id: I42d4ca3d15e7f3a5ddfa2eae409db7d87aed99ea
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%