chengkaiqiang e6b2cb2e99 DYZBC_20250121 2 months ago
..
.github e6b2cb2e99 DYZBC_20250121 2 months ago
bazel e6b2cb2e99 DYZBC_20250121 2 months ago
cmake e6b2cb2e99 DYZBC_20250121 2 months ago
config e6b2cb2e99 DYZBC_20250121 2 months ago
data e6b2cb2e99 DYZBC_20250121 2 months ago
docs e6b2cb2e99 DYZBC_20250121 2 months ago
examples e6b2cb2e99 DYZBC_20250121 2 months ago
include e6b2cb2e99 DYZBC_20250121 2 months ago
internal e6b2cb2e99 DYZBC_20250121 2 months ago
scripts e6b2cb2e99 DYZBC_20250121 2 months ago
.clang-format e6b2cb2e99 DYZBC_20250121 2 months ago
.gitignore e6b2cb2e99 DYZBC_20250121 2 months ago
BUILD e6b2cb2e99 DYZBC_20250121 2 months ago
CITATION.cff e6b2cb2e99 DYZBC_20250121 2 months ago
CMakeLists.txt e6b2cb2e99 DYZBC_20250121 2 months ago
CONTRIBUTING.md e6b2cb2e99 DYZBC_20250121 2 months ago
LICENSE e6b2cb2e99 DYZBC_20250121 2 months ago
README.md e6b2cb2e99 DYZBC_20250121 2 months ago
WORKSPACE e6b2cb2e99 DYZBC_20250121 2 months ago
package.xml e6b2cb2e99 DYZBC_20250121 2 months 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.