commit | c380195d3122d825f0fae4b963bc0e6e44237716 | [log] [tgz] |
---|---|---|
author | Matt Vitelli <matthew.vitelli@gmail.com> | Thu Jul 31 22:56:40 2025 -0700 |
committer | Matt Vitelli <matthew.vitelli@gmail.com> | Thu Jul 31 23:00:36 2025 -0700 |
tree | 1e23ac3a3f6f11f4bf527829c46df303b4d20e5d | |
parent | 8c50a34a1cac220ab2e7e2093b35b0db7e2a6e9b [diff] |
Fix threading bug in CovarianceImpl. This change fixes a bug in ceres::CovarianceImpl where a new thread was always being created even when num_threads=1. After this fix, when num_threads=1, CovarianceImpl should run single-threaded and will not create any additional threads. Change-Id: I784e359f8afe3e7e6d72930500a10e909bfe9308
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.
Please see ceres-solver.org for more information.