Hi there,
I'm beginning with C++ and looking for matrix class templates. I'll probably have to handle large matrix (1000*1000), and there are quite a few different templates that are free.
Which one is the easiest and most efficient for handling large systems (dynamic memory allocation)? What...