-
-
Notifications
You must be signed in to change notification settings - Fork 654
provide matrix_symbolic_sparse class #35714
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
This is needed in particulat to specialize echelonize(), cf sagemath#35653
without it, simplify_full() and canonicalize_radical() do not work also fixed docs by adding few */modules/*sparse* missing in the index
2bfd3ba
to
128c137
Compare
Documentation preview for this PR (built with commit 3eadc12) is ready! 🎉 |
Likely unrelated, but what's going on with the segfaults in libgap? https://github.com/sagemath/sage/actions/runs/5169419889/jobs/9311663557?pr=35714#step:11:5214 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Otherwise LGTM.
the previous round of tests didn't show these errors. So it's probably random noise. |
ok then |
in case, I tried to reproduce the libgap segfault using the same random seed, no luck. |
sparse matrices over SR are broken without this
This is needed in particular to specialize echelonize(), cf #35653