We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
svdvals
julia> b_nonsq = BlockDiagonal([rand(3, 4), rand(4, 3)]); julia> svdvals(b_nonsq) 6-element Vector{Float64}: 2.246378413353857 1.7899313104769115 0.8175846160990499 0.4445749743334662 0.2728361345688726 0.08535212940246302 julia> svdvals(Matrix(b_nonsq)) 7-element Vector{Float64}: 2.246378413353856 1.7899313104769117 0.8175846160990496 0.444574974333466 0.27283613456887246 0.08535212940246334 0.0
The text was updated successfully, but these errors were encountered:
diag
BlockDiagonal
Diagonal
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: