Multithreaded Multiplication a Large Non-sparse, Non-square Matrices in C/C++
- by andand
All,
I'm looking for recommendations for C or C++ libraries (preferably open source) that use multi-threaded techniques to multiply large, non-square, (e.g. 65536xn in size where n < 65536) non-sparse matrices. Thanks.
-&&