Hello there
I want to know what is the best way to load a matrix market format matrix into Sho's DoubleArray?
The matrix is pretty large (5,000 * 50,000) but however sparse.
I tried reading the file line by line and indexing the DoubleArray but it takes almost 3 hours, is there a better way?
Thanks in advance.