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

Element-wise substract between 2 matrices #61

Open
buutrg opened this issue Dec 13, 2023 · 4 comments
Open

Element-wise substract between 2 matrices #61

buutrg opened this issue Dec 13, 2023 · 4 comments

Comments

@buutrg
Copy link

buutrg commented Dec 13, 2023

Hi authors, thank you very much for the useful package, may I ask is there any upcoming plan for the element-wise matrix manipulations in the near future? I would like to do matrix a - matrix b element-wise but it seems now only rowwise works : )
Or I would really appreciate if you have any suggestions?
Thank you very much

@bnprks
Copy link
Owner

bnprks commented Dec 14, 2023

Hi @buutrg, that's a great question! Elementwise matrix-matrix operations are not currently implemented, though they definitely make sense to have on the feature roadmap. (They're a bit harder than broadcasting matrix-vector ops because the sparsity structures of each matrix might change during the operation)

If you are interested in having the feature very quickly and have some C or C++ experience, I'd be happy to provide lots guidance and assistance to help you implement it -- I'm always looking for new contributors :)

Otherwise, I can bump it on my priority list for features to implement

@buutrg
Copy link
Author

buutrg commented Dec 14, 2023

Sounds great! Happy to discuss more about this!

@bnprks
Copy link
Owner

bnprks commented Dec 15, 2023

Awesome! Just sent you an email so we can set up a time to call to go through the general steps and make sure the scope seems good

@bnprks
Copy link
Owner

bnprks commented Dec 15, 2023

Hmm, looks like the email address I found for you bounced -- could you try emailing me at bparks @ stanford.edu and we'll try to find a time?

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