LinearAlgebra.jl icon indicating copy to clipboard operation
LinearAlgebra.jl copied to clipboard

SVD's `propertynames` method doesn't respect private argument.

Open arhik opened this issue 1 year ago • 0 comments

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

arhik avatar Jul 19 '24 02:07 arhik