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

implement imul for sparse-sparse #14

Open
johnnychen94 opened this issue Aug 7, 2021 · 0 comments
Open

implement imul for sparse-sparse #14

johnnychen94 opened this issue Aug 7, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@johnnychen94
Copy link
Collaborator

I think we'd also like to have imul!(C::AbstractSparseMatrix, A::AbstractSparseMatrix, B::AbstractSparseMatrix) implemented. The difficulty mostly lies in how to pre-allocate the output sparse matrix efficiently. I'm not sure if there's already such a function to get it.

@GiggleLiu GiggleLiu added the enhancement New feature or request label Aug 29, 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

2 participants