LinearAlgebra.jl
LinearAlgebra.jl copied to clipboard
SVD's `propertynames` method doesn't respect private argument.
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