Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman authored Sep 28, 2023
1 parent b6efb31 commit 7d256ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NDTensors/src/arraytensor/arraytensor.jl
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function LinearAlgebra.svd(tens::MatrixStorageTensor)
α = sim(min_ij) # similar_ind(i, space(S))
β = sim(min_ij) # similar_ind(i, space(S))
Utensor = tensor(U, (i, α))
# TODO: Remove conversion to `Matrix` to make more general.
# TODO: Remove conversion to `Diagonal` to make more general, or make a generic `Diagonal` concept that works for `BlockSparseArray`.
# Used for now to avoid introducing wrapper types.
Stensor = tensor(Diagonal(S), (α, β))
Vtensor = tensor(V, (β, j))
Expand Down

0 comments on commit 7d256ac

Please sign in to comment.