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

Update Matrix Diagonal #39

Open
2 tasks
cstyl opened this issue Nov 17, 2021 · 0 comments
Open
2 tasks

Update Matrix Diagonal #39

cstyl opened this issue Nov 17, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@cstyl
Copy link
Member

cstyl commented Nov 17, 2021

Enable support for the user to be able to update matrix diagonal:

  • Each matrix format has a diagonal vector diag of size num_rows that contains the index of diagonal values in the values array.
  • values[diag[i]] = k updates the diagonal entry of row i
@cstyl cstyl added the enhancement New feature or request label Nov 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant