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

SVD's propertynames method doesn't respect private argument. #1079

Open
arhik opened this issue Jul 19, 2024 · 0 comments · May be fixed by JuliaLang/julia#55169
Open

SVD's propertynames method doesn't respect private argument. #1079

arhik opened this issue Jul 19, 2024 · 0 comments · May be fixed by JuliaLang/julia#55169

Comments

@arhik
Copy link
Contributor

arhik commented Jul 19, 2024

propertynames(F::SVD, true) returns same set of elements as propertynames(F::SVD)

https://github.com/JuliaLang/julia/blob/0e6d7972c62eb1dedaf00ea9b966a0060e2effb8/stdlib/LinearAlgebra/src/svd.jl#L209-L210

@KristofferC KristofferC transferred this issue from JuliaLang/julia Nov 26, 2024
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 a pull request may close this issue.

1 participant