Skip to content
Prev 76463 / 398502 Next

"best" c++ matrix library?

Hi,

I used Meschach: http://www.math.uiowa.edu/~dstewart/meschach/
However, it is written in C. The API is strong. I used the same API and
trimmed down the functionality, as well. Both worked for me.

IBM Developworks has an article on the subject "Matrix libraries for C
and C++":
http://www-128.ibm.com/developerworks/linux/library/l-matrix.html

It has also a comparison for some libraries.

I wonder if there is another library...

--vst
Ott Toomet wrote: