Re: [eigen] Speed issues, array min,max |
[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]
Why is this test code so slow for eigen3 (see simple main) http://pastebin.com/11XzzNFs Output here with gcc 4.9.2 , full optimization is turned on: Eigen3: time: 0.150045 ms Seperate: time: 0.000131 ms So it seems that it is not beneficial to use eigen for this simple index calculations, but why? Thanks for the help! :-) |
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |