首先确保Eigen已经安装了,然后找到Eigen所在的路径。我的在/usr/include/eigen3这里

然后将报错的文件中的下面句子
include <unsupported/Eigen/MatrixFunctions>
改成
include </usr/include/eigen3/unsupported/Eigen/MatrixFunctions>

相关文章:

  • 2022-12-23
  • 2021-09-18
  • 2022-01-15
  • 2021-08-20
  • 2021-12-30
  • 2022-01-04
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-26
相关资源
相似解决方案