Looking for an elegant and efficient C++ matrix library

robi-y picture robi-y · Jul 29, 2010 · Viewed 7k times · Source

Greetings, googling for that subject brings, e.g., MTL, exmat, LAPACK and also here. I also seem to remember that Microsoft Research released one, but can't put my hands on it. I look for advice from someone who actually used (or developed...) one of those, hoping to achieve a Matlab experience inside C++ (as much as possible). Thanks in advance, Robi

Answer

Matti Pastell picture Matti Pastell · Jul 29, 2010

Have a look at Armadillo, the docs have a syntax conversion table for Matlab users and there are benchmarks against other C++ matrix libraries in the website. I find it very user friendly.