C++ matrix library
May 16, 2010 at 5:21pm May 16, 2010 at 5:21pm UTC
I need to perform some calculations with matrices (a vector multiplied by a matrix, access to specific rows, order columns, etc..)
I tried to use boost libraries but their documentation is simply horrible: bad documented and I still can't figure out how to get this code working (asked help here too
http://www.codeguru.com/forum/showthread.php?p=1940983#post1940983)
My question is: can someone suggest a good C++ matrix library to work with? Or alternatively if boost libraries are the best: can someone provide help or links (not the official documentation please) where I can study it?
Any help is greatly appreciated
May 16, 2010 at 5:40pm May 16, 2010 at 5:40pm UTC
I tried to use boost libraries but their documentation is simply horrible
+1. This is the main reason I don't use boost regularly. The documentation is incoherent.
Anyway, I can't really help, sorry =(
May 16, 2010 at 5:42pm May 16, 2010 at 5:42pm UTC
I think MKL library from Intel is convenient.
May 16, 2010 at 10:03pm May 16, 2010 at 10:03pm UTC
What engine does matlab use?
Maybe if I use its same engine..
Topic archived. No new replies allowed.