Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/svd.jl
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,8 @@ function LinearAlgebra.svd!(
# To avoid breaking on <Julia 1.3, the `alg` keyword doesn't do anything. Once we drop support for Julia 1.2
# and below, we can make the keyword argument work correctly
alg = nothing,
atol = 0,
rtol = 0
) where {T}

m, n = size(A)
Expand Down
Loading