-
Notifications
You must be signed in to change notification settings - Fork 67
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
add dot(x, A, y)
for sparse matrices
#1263
Conversation
22bead5
to
82c4250
Compare
@lgoettgens maybe you also want to have an artificial look? Since you also implemented a few things recently. |
Co-authored-by: Tommy Hofmann <[email protected]>
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #1263 +/- ##
==========================================
- Coverage 74.55% 74.47% -0.08%
==========================================
Files 346 346
Lines 111273 111320 +47
==========================================
- Hits 82962 82910 -52
- Misses 28311 28410 +99
|
Yes, but please use nrows and ncols functions. |
Do you want a quick release to use it in Oscar? |
Thank you, but this is not necessary. |
This PR adds the following dispatches
If you have any suggestions for improvements, let me know.