-
Notifications
You must be signed in to change notification settings - Fork 18
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
Comments
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 |
Sounds great! Happy to discuss more about this! |
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 |
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? |
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
The text was updated successfully, but these errors were encountered: