Skip to content

Commit 19a7054

Browse files
committed
Format
1 parent 77c66a6 commit 19a7054

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tensors/diagonal.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,6 @@ function LinearAlgebra.eigvals(d::DiagonalTensorMap)
372372
return SectorDict(c => LinearAlgebra.eigvals(b) for (c, b) in blocks(d))
373373
end
374374

375-
376375
function LinearAlgebra.cond(d::DiagonalTensorMap, p::Real=2)
377376
return LinearAlgebra.cond(Diagonal(d.data), p)
378377
end

0 commit comments

Comments
 (0)