I want to read a .mtx file in c++. However, I want to read this matrix through its columns.
I mean:
A = [1, 2; 3, 4]
I want to have the values in order: