-
Notifications
You must be signed in to change notification settings - Fork 1
Multiple matrices in linear combination #75
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
Conversation
The "old" tests now pass. |
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #75 +/- ##
==========================================
- Coverage 93.72% 91.05% -2.68%
==========================================
Files 30 30
Lines 2646 2582 -64
==========================================
- Hits 2480 2351 -129
- Misses 166 231 +65 ☔ View full report in Codecov by Sentry. |
This seems pretty ready. BLAS-tests done separately. Coverage okay. I will merge this in a couple of days unless there are other comments. |
Here is a suggestion for #73 . Vectors instead of Tuples. Still WIP.
Modifications needed:
graph_degopt
to use multipleadd_lincombs
instead ofadd_sum
topo_degopt
merge
get_degopt_crefs
exp_degopt
graph_bigraph