blender_test/extern/ceres
Sergey Sharybin be9800e8da Update Ceres to latest upstream version 2.1.0
This release deprecated the Parameterization API and the new Manifolds
API is to be used instead. This is what was done in the Libmv as part
of this change.

Additionally, remove the bundling scripts. Nowadays those are only
leading to a duplicated work to maintain.

No measurable changes on user side is expected.
2022-05-11 09:33:45 +02:00
..
config/ceres/internal Update Ceres to latest upstream version 2.1.0 2022-05-11 09:33:45 +02:00
include/ceres Update Ceres to latest upstream version 2.1.0 2022-05-11 09:33:45 +02:00
internal/ceres Update Ceres to latest upstream version 2.1.0 2022-05-11 09:33:45 +02:00
CMakeLists.txt Update Ceres to latest upstream version 2.1.0 2022-05-11 09:33:45 +02:00
LICENSE Update Ceres to latest upstream version 2.1.0 2022-05-11 09:33:45 +02:00
README.blender Update Ceres to latest upstream version 2.1.0 2022-05-11 09:33:45 +02:00
README.md Update Ceres to latest upstream version 2.1.0 2022-05-11 09:33:45 +02:00

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.