mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 16:40:38 +08:00
Multithread covariance estimation.
1. Multithread the inversion of J'J. 2. Simplify the dense rank truncation loop. 3. Minor correction to building documentation. Change-Id: Ide932811c0f28dc6c253809339fb2caa083865b5
This commit is contained in:
@@ -72,7 +72,7 @@ platform. Start by installing all the dependencies.
|
||||
.. code-block:: bash
|
||||
|
||||
# CMake
|
||||
sudo apt-hey install cmake
|
||||
sudo apt-get install cmake
|
||||
# gflags
|
||||
tar -xvzf gflags-2.0.tar.gz
|
||||
cd gflags-2.0
|
||||
|
||||
Reference in New Issue
Block a user