mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 16:40:38 +08:00
Add Apple's Accelerate framework as a sparse linear algebra library.
- Currently DynamicSparseNormalCholeskySolver is unsupported for Accelerate. Change-Id: I03b5a86bb22fef249c4aecd48947a613e8eff7a5
This commit is contained in:
@@ -70,6 +70,10 @@ std::string VersionString() {
|
||||
value += "-cxsparse-(" + std::string(CERES_CXSPARSE_VERSION) + ")";
|
||||
#endif
|
||||
|
||||
#ifndef CERES_NO_ACCELERATE_SPARSE
|
||||
value += "-acceleratesparse";
|
||||
#endif
|
||||
|
||||
#ifdef CERES_USE_EIGEN_SPARSE
|
||||
value += "-eigensparse";
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user