Skip to content
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

Fix 3-arg dot for 1x1 structured matrices #46473

Merged
merged 1 commit into from
Aug 25, 2022
Merged

Fix 3-arg dot for 1x1 structured matrices #46473

merged 1 commit into from
Aug 25, 2022

Conversation

dkarrasch
Copy link
Member

Fixes #46461 and related cases.

@dkarrasch dkarrasch added domain:linear algebra Linear algebra kind:bugfix This change fixes an existing bug backport 1.6 Change should be backported to release-1.6 backport 1.8 Change should be backported to release-1.8 labels Aug 24, 2022
@dkarrasch
Copy link
Member Author

Test failures appear to be unrelated to this narrow change.

@dkarrasch dkarrasch merged commit c3d5009 into master Aug 25, 2022
@dkarrasch dkarrasch deleted the dk/1x1dot branch August 25, 2022 06:54
KristofferC pushed a commit that referenced this pull request Aug 26, 2022
KristofferC pushed a commit that referenced this pull request Aug 26, 2022
@KristofferC KristofferC removed the backport 1.8 Change should be backported to release-1.8 label Sep 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 1.6 Change should be backported to release-1.6 domain:linear algebra Linear algebra kind:bugfix This change fixes an existing bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dot(x,A,x) fails for 1x1 SymTridiagonal
3 participants