mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 08:34:37 +08:00
60cc520f634e9a9b5e359ebefc98878ad2aaac90
- Previously we had no defined default value for sparse_linear_algebra_library_type in Solver::Options if Ceres was compiled with no sparse library available. Thus in that case, the default value (dependent upon the compiler) would indicate that one was available. - Now we have an explicit option that means no sparse library is available, which is now the default value in Solver::Options in this case. - Add a warning in CMake when the user disables all sparse libraries. - Fix typos in trust_region_preprocessor_test: (SUITE/CX)_SPARSE -> (SUITE/CX)SPARSE that induced failures when no sparse libraries were available. Change-Id: I869c399a12d42bfc44220cbb25ce6d6dd80236bd
Ceres Solver - A non-linear least squares minimizer ================================================== Please see docs/html/index.html for a tutorial and reference.
Description
Languages
C++
94.4%
CMake
3.8%
Python
0.8%
C
0.5%
Starlark
0.4%