C libraries for mathematical matrix operations

Joris Meys picture Joris Meys · Dec 21, 2010 · Viewed 46.8k times · Source

I know there are some optimized algorithms around for all kind of matrix decompositions (QR decomposition, SVD,...), multiplications and the likes. Yet, I couldn't find a good overview. For C++, there is quite some useful information in this question, but I'm looking for those things in C.

Answer

gnuf picture gnuf · Dec 21, 2010

You did not mention whether you wanted an open-source or a commercial software, so here is a list containing both:

There was also this previous question on the subject.