标签: eigen blas
我看了Eigen can use with BLAS BLIS是类似BLAS的密集线性代数库 Eigen可以链接BLIS吗?怎么做? THX
答案 0 :(得分:1)
只需使用您引用的说明链接到BLIS的BLAS兼容性层:http://eigen.tuxfamily.org/dox-devel/TopicUsingBlasLapack.html,即使用-DEIGEN_USE_BLAS -lblis
-DEIGEN_USE_BLAS -lblis