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

Matrixify Q before comparison #2

Merged
merged 1 commit into from
Aug 4, 2022
Merged

Matrixify Q before comparison #2

merged 1 commit into from
Aug 4, 2022

Conversation

dkarrasch
Copy link
Contributor

This came up in a nanosoldier run in JuliaLang/julia#46196. Independently from that PR, I noticed usage of a qr(A).Q object in a matrix comparison. In real code, this operation would be very slow due to slow getindex for AbstractQ objects. The proposed change doesn't change anything functionally, but avoids potential issues in case JuliaLang/julia#46196 gets accepted.

@tobydriscoll tobydriscoll merged commit 5590e18 into fncbook:main Aug 4, 2022
@tobydriscoll
Copy link
Member

Thanks for the heads-up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants