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

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.