mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-30 00:50:37 +08:00
Ensure Eigen is at least 3.1.0 for Eigen/SparseCore.
- Eigen/SparseCore is required by covariance_impl, this was added in v 3.1.0 of Eigen, and thus without at least this version Ceres will not compile. - Note that Ubuntu 12.04 provides only version 3.0.5 in the mainline repository. - Update docs to match CMake check for Eigen >= 3.2.2 to avoid warning about reduced sparse performance. Change-Id: I291bb185d1c76e1e1422429169a76e3f1b828163
This commit is contained in:
@@ -26,7 +26,7 @@ optional. For details on customizing the build process, see
|
||||
:ref:`section-customizing` .
|
||||
|
||||
- `Eigen <http://eigen.tuxfamily.org/index.php?title=Main_Page>`_
|
||||
3.2.1 or later. **Required**
|
||||
3.2.2 or later **strongly** recommended, 3.1.0 or later **required**.
|
||||
|
||||
.. NOTE ::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user