Skip to content

Fix mul! for HermOrSym sparse matrices#689

Open
dkarrasch wants to merge 2 commits intomainfrom
dk/fix-densesparse-mul
Open

Fix mul! for HermOrSym sparse matrices#689
dkarrasch wants to merge 2 commits intomainfrom
dk/fix-densesparse-mul

Conversation

@dkarrasch
Copy link
Copy Markdown
Member

Fixes #688 on main. I need to check if this can be backported to v1.12. We need a slightly different fix for v1.10.

@dkarrasch
Copy link
Copy Markdown
Member Author

Yes, should be easily backportable to v1.12.

@dkarrasch dkarrasch added backport 1.12 Change should be backported to release-1.12 backport 1.13 Change should be backported to release-1.13 labels Apr 4, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 4, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.31%. Comparing base (3ab784c) to head (c8ef929).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #689      +/-   ##
==========================================
- Coverage   84.35%   84.31%   -0.05%     
==========================================
  Files          13       13              
  Lines        9347     9348       +1     
==========================================
- Hits         7885     7882       -3     
- Misses       1462     1466       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@dkarrasch dkarrasch requested a review from jishnub April 4, 2026 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport 1.12 Change should be backported to release-1.12 backport 1.13 Change should be backported to release-1.13

Projects

None yet

Development

Successfully merging this pull request may close these issues.

mul! incorrect for Symmetric and Hermitian matrices.

1 participant