mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 16:40:38 +08:00
ff71d74967e55ec15e15f17f979a426d3d35b69b
There are cases where one wishes to link Ceres against another application or library which uses a mutex implementation with similar ancestry to the one in Ceres. In those cases there are problems due to macro interactions which can't be contained with namespaces. This further isolates the Ceres Mutex class by adding CERES_ prefix to all the macros and also working around a macro name clash with MutexLock by renaming the MutexLock class to CeresMutexLock. Change-Id: I923f4427d5939823ea67d48005a90391736d7751
Ceres Solver - A non-linear least squares minimizer ================================================== Please see ceres.pdf in docs/ for a tutorial and reference.
Description
Languages
C++
94.4%
CMake
3.8%
Python
0.8%
C
0.5%
Starlark
0.4%