6 ms·
Would be great to offer some performance benchmarks to see if this outperforms similar linear algebra packages like eigen [1] which looks to have all the featur
by chuckcode 12y ago
Would be great to offer some performance benchmarks to see if this outperforms similar linear algebra packages like eigen [1] which looks to have all the features they are offering and is headers only c++ library.
[1] http://eigen.tuxfamily.org http://eigen.tuxfamily.org
- santaclaus 12y agoAlso, Blaze [1], although I recall a bit of consternation on the Eigen mailing list due to some bogus benchmarks the Blaze folks were reporting (intentionally selecting poor options for Eigen in their comparisons) [2]. (edited to link to Eigen discussion -- Blaze was reporting MKL's performance as their own, despite Eigen supporting the same option to fall through to MKL) [1] https://code.google.com/p/blaze-lib/ https://code.google.com/p/blaze-lib/ [2] http://comments.gmane.org/gmane.comp.lib.eigen/3423 http://comments.gmane.org/gmane.comp.lib.eigen/3423
- chuckcode 12y agoThanks for the link, haven't tried Blaze yet. Their benchmarks do look a little suspicious, especially as Armadillo will auto detect and link to MKL if installed.