Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
kmp5VT committed Oct 23, 2023
1 parent a015bee commit 8d00ea4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions NDTensors/src/linearalgebra/svd.jl
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ function svd_recursive(M::AbstractMatrix; thresh::Float64=1E-3, north_pass::Int=
V, R = qr_positive(V)
n = size(R)[1]
D = diag(R, (n - Nd))
# for n in 1:Nd
# D[n] = R[n, n]
# end

(done, start) = checkSVDDone(D, thresh)

Expand Down

0 comments on commit 8d00ea4

Please sign in to comment.