I\'m working with some rather large sparse matrices (from 5000x5000 to 20000x20000) and need to find an efficient way to concatenate matrices in a flexible way in order to c
The sparse library now has hstack and vstack for respectively concatenating matrices horizontally and vertically.