Can someone recommend some libraries for me?
A quite detailed list with comparisons
Recommendations for a usable, fast C++ matrix library?
What are the most widely used C++ vector/matrix math/linear algebra
libraries, and their cost and benefit tradeoffs?
If you recommend, please tell me the advantages and disadvantages of it, and the reason why you recommend it.
When it comes to large-scale sparse stuff, I personally use the Harwell Subroutine library. It's written in Fortran and it is a pain to interface it with C++. Nevertheless, I use it because it is robust and fast.