Open buutrg opened 11 months ago
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