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

audit copymutable_oftype usage #47063

Merged
merged 3 commits into from
Oct 7, 2022
Merged

audit copymutable_oftype usage #47063

merged 3 commits into from
Oct 7, 2022

Conversation

dkarrasch
Copy link
Member

This is an effort to be more precise when we do copies of matrices in LinearAlgebra. When we want to extend decompositions to AbstractMatrix, we do want dense, and not structured, copies, which is what copy_similar does. In some cases, though, we need to preserve symmetric wrappers, which is what eigencopy_oftype does.

@dkarrasch dkarrasch added the linear algebra Linear algebra label Oct 5, 2022
@dkarrasch dkarrasch merged commit f927d25 into master Oct 7, 2022
@dkarrasch dkarrasch deleted the dk/copymutable_oftype branch October 7, 2022 10:13
@maleadt maleadt mentioned this pull request Jan 2, 2023
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
linear algebra Linear algebra
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant