You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am surprised that this isn't already in SparseArray, but should we define: const SparseMatrixCSR{Tv,Ti} = Transpose{Tv,SparseMatrix{Tv,Ti}} where {Tv, Ti <: Integer}
This plus a few simple additional methods would make it so Julia had psuedo built in support for compressed sparse matrixes.
I am already using a definition like this and I can't believe that I am the only one.