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
Hello again,
this is a feature request: It would be awesome to get some kind of sparse array support, most importantly spmv and spmm with a dense matrix, I realize this is a scipy function, but such basic linear algebra functionality would be nice, something along the lines of
S=csr_matrix((data, (row_ind, col_ind)), [shape=(M, N)])
vol=qtS #SpMV
where qt is a 1d vector or dense matrix with dimension (,M)
Cheers,
Stefano
The text was updated successfully, but these errors were encountered:
Hello again,
this is a feature request: It would be awesome to get some kind of sparse array support, most importantly spmv and spmm with a dense matrix, I realize this is a scipy function, but such basic linear algebra functionality would be nice, something along the lines of
S=csr_matrix((data, (row_ind, col_ind)), [shape=(M, N)])
vol=qtS #SpMV
where qt is a 1d vector or dense matrix with dimension (,M)
Cheers,
Stefano
The text was updated successfully, but these errors were encountered: