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
Since Transpose{T, SparseMatrixCSC{T}} and Adjoint{T, SparseMatrixCSC{T}} are used as place-ins for CSR matrices, it may be a good idea to add GBMatrix constructors for these types, which would directly construct GraphBLAS matrices in byrow format.
The text was updated successfully, but these errors were encountered:
@Gregstrq what do you think is the proper interpretation here? Should I take a A::Transpose{T, SparseMatrixCSC{T}} and essentially pass the fields of parent(A) directly to pack_csr?
Since
Transpose{T, SparseMatrixCSC{T}}
andAdjoint{T, SparseMatrixCSC{T}}
are used as place-ins for CSR matrices, it may be a good idea to addGBMatrix
constructors for these types, which would directly construct GraphBLAS matrices in byrow format.The text was updated successfully, but these errors were encountered: