chengkaiqiang e6b2cb2e99 DYZBC_20250121 1 month ago
..
.github e6b2cb2e99 DYZBC_20250121 1 month ago
bazel e6b2cb2e99 DYZBC_20250121 1 month ago
cmake e6b2cb2e99 DYZBC_20250121 1 month ago
config e6b2cb2e99 DYZBC_20250121 1 month ago
data e6b2cb2e99 DYZBC_20250121 1 month ago
docs e6b2cb2e99 DYZBC_20250121 1 month ago
examples e6b2cb2e99 DYZBC_20250121 1 month ago
include e6b2cb2e99 DYZBC_20250121 1 month ago
internal e6b2cb2e99 DYZBC_20250121 1 month ago
scripts e6b2cb2e99 DYZBC_20250121 1 month ago
.clang-format e6b2cb2e99 DYZBC_20250121 1 month ago
.gitignore e6b2cb2e99 DYZBC_20250121 1 month ago
BUILD e6b2cb2e99 DYZBC_20250121 1 month ago
CITATION.cff e6b2cb2e99 DYZBC_20250121 1 month ago
CMakeLists.txt e6b2cb2e99 DYZBC_20250121 1 month ago
CONTRIBUTING.md e6b2cb2e99 DYZBC_20250121 1 month ago
LICENSE e6b2cb2e99 DYZBC_20250121 1 month ago
README.md e6b2cb2e99 DYZBC_20250121 1 month ago
WORKSPACE e6b2cb2e99 DYZBC_20250121 1 month ago
package.xml e6b2cb2e99 DYZBC_20250121 1 month ago

README.md

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.