A Nonlinear Least Squares Minimizer

Clone this repo:
  1. cd2dd06 Fix clang16 compiler warnings by Johannes Schönberger · 8 days ago master
  2. 1f2e631 Add missing std qualifiers by Yuriy Chernyshov · 3 weeks ago
  3. 125c068 Link static cuda libs when ceres is build static by Markus Heß · 8 weeks ago
  4. 62c03d6 Revert "Update Eigen::BDCSVD usage to comply with Eigen 3.4" by Sameer Agarwal · 3 months ago
  5. 4027f69 Update Eigen::BDCSVD usage to comply with Eigen 3.4 by Xiaodong Huang · 3 months ago

Android Linux macOS Windows

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.

  1. Non-linear Least Squares problems with bounds constraints.
  2. General unconstrained optimization problems.

Please see ceres-solver.org for more information.