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

GrB_Vector_diag #47

Open
DrTimothyAldenDavis opened this issue Sep 30, 2021 · 0 comments
Open

GrB_Vector_diag #47

DrTimothyAldenDavis opened this issue Sep 30, 2021 · 0 comments
Milestone

Comments

@DrTimothyAldenDavis
Copy link
Member

DrTimothyAldenDavis commented Sep 30, 2021

Consider the following method (see SuiteSparse GxB_Vector_diag); this issue was mentioned in #35 but is listed here to separate the issues:

GrB_Vector_diag (v, A, k)

which extracts the kth diagonal from the matrix A. This is like GrB_select (... DIAG ...) except it returns a vector, not a matrix.

I also have a descriptor in my GxB_Vector_diag, which controls the # of threads I can use. That's another issue (#48 )

@jim22k jim22k added this to the v2.1 milestone Mar 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants