Boost::uBLAS vs Eigen

前端 未结 3 2005
暖寄归人
暖寄归人 2021-02-18 23:07

I am used to Eigen for almost all my mathematical linear algebra work. Recently, I have discovered that Boost also provides a C++ template class library that provides Basic Line

3条回答
  •  不知归路
    2021-02-18 23:51

    Choose Eigen if you care the performance and performance gain introduced by expression templates, and choose uBlas if you only want to learn expression templates.

    http://eigen.tuxfamily.org/index.php?title=Benchmark

提交回复
热议问题