mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-30 09:00:37 +08:00
f956615ef1
This introduces a simple C API for a subset of Ceres. This opens the door to using languages like Python to call Ceres, since it is much easier to bind to C than it is to bind to C++. It will mean giving up the native Ceres autodiff. The implementation in this patch does not attempt to do everything but is only just enough to get started. Subsequent patches will increase the surface area of Ceres that is covered by the C API. Change-Id: Ic51804bac6865e1a2e476553248aabc91dff3409