mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 16:40:38 +08:00
2ad14b7a616c8e95f269e188a2e29ea832b03f7b
Otherwise, it will fail on Python 3 with: "UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 7690: ordinal not in range(128)" We have to use io.open() instead of open(), because open() does not accept the encoding on Python 2. Change-Id: I77b6552491e8de01d79a26d2f146ddbd968cce49
Ceres Solver - A non-linear least squares minimizer
Please see ceres-solver.org for more information.
WARNING - Do not make GitHub pull requests!
Ceres development happens on Gerrit, including both repository hosting and code reviews. The GitHub Repository is a continuously updated mirror which is primarily meant for issue tracking. Please see our Contributing to Ceres Guide for more details.
The upstream Gerrit repository is
https://ceres-solver.googlesource.com/ceres-solver
Description
Languages
C++
94.4%
CMake
3.8%
Python
0.8%
C
0.5%
Starlark
0.4%