Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GBMatrix constructors for transpose and adjoint matrices #50

Open
Gregstrq opened this issue Aug 18, 2021 · 2 comments
Open

GBMatrix constructors for transpose and adjoint matrices #50

Gregstrq opened this issue Aug 18, 2021 · 2 comments

Comments

@Gregstrq
Copy link

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.

@rayegun
Copy link
Member

rayegun commented Aug 18, 2021

Good idea, will do!

@rayegun rayegun added this to To do in v1.0 via automation Aug 18, 2021
@rayegun
Copy link
Member

rayegun commented May 17, 2022

@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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
v1.0
To do
Development

No branches or pull requests

2 participants