Eigen庫的安裝
執行命令: sudo apt-get install libeigen3-dev
假設預設安裝到/usr/local/include裡(可在終端中輸入locate eigen3檢視位置),若實際中預設安裝到了/usr/include的話,可以對應替換下面命令的相應部分)
執行命令: sudo cp -r /usr/local/include/eigen3/Eigen /usr/local/include 執行復制命令,將Eigen資料夾及其內容放在/usr/include
網上另解:
1安裝:sudo apt-get install libeigen3-dev
2 調整,預設安裝路徑是:/usr/include/eigen3
cd /usr/include/eigen3
Series:/usr/include/eigen3$ ls
Eigen signature_of_eigen3_matrix_library unsupported
需要執行復制命令,將Eigen資料夾放在/usr/include 下面
sudo cp Eigen/ .. -R
相關文章
- Eigen
- 安裝 Lua 的 HTTP 庫HTTP
- GD庫的安裝(轉)
- Eigen教程(9)
- 安裝 Dispatch 庫
- Redmine外掛的安裝與解除安裝,知識庫外掛安裝。
- CMake構建學習筆記9-Eigen庫的構建筆記
- Eigen備忘錄
- QT creator中cmake管理專案,如何引入外部庫(引入Eigen庫為例)QT
- oracle rac資料庫的安裝Oracle資料庫
- python庫批量安裝的方法Python
- xgboost的作用與庫的安裝
- Eigen::aligned_allocator
- MySQL 5.7 原始碼安裝、Yum倉庫安裝、RPM安裝、二進位制安裝MySql原始碼
- 達夢8資料庫安裝和解除安裝資料庫
- Python安裝graphics庫Python
- MongoDB資料庫安裝MongoDB資料庫
- Redis 資料庫安裝Redis資料庫
- oricle資料庫安裝資料庫
- GreenPlum資料庫安裝資料庫
- oracle資料庫安裝Oracle資料庫
- 安裝HBase資料庫資料庫
- Mongo資料庫安裝Go資料庫
- catboost庫作用與安裝
- Python演算法庫的安裝Python演算法
- ubuntu 下 Intel MKL庫的安裝配置UbuntuIntel
- Pyaudio庫的安裝及問題
- Anaconda安裝Python的seaborn庫Python
- 在pycharm安裝MySQLdb庫和pymysql庫的區別PyCharmMySql
- CMake、Eigen、Ceres版本檢視
- 【DBCA -SILENT】靜默安裝之rac資料庫安裝資料庫
- 圖資料庫 Nebula Graph 的安裝部署資料庫
- python資料庫-MongoDB的安裝(53)Python資料庫MongoDB
- 安裝APK時SO庫的選擇策略APK
- Harbor-私有映象倉庫的安裝部署
- 達夢資料庫odbc的安裝教程資料庫
- CGAL BOOST 以及對如何安裝庫的思考
- hive的安裝(後設資料庫: MySQL)Hive資料庫MySql