W00dman
Mechanical
- Jul 13, 2005
- 5
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 did you think of the different templates?
Thank you all for your answers!
Have a nice day
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 did you think of the different templates?
Thank you all for your answers!
Have a nice day