Eigen is much slower than Fortran in matrix multiplication

前端 未结 0 655
心在旅途
心在旅途 2020-12-19 13:00

I tried to rewrite codes from Fortran to C++ with a 2000*2000 matrix multiplication implements through Eigen library. I found that for loop in Eigen is much slower (>3x)

相关标签:
回答
  • 消灭零回复
提交回复
热议问题