We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77c66a6 commit 19a7054Copy full SHA for 19a7054
src/tensors/diagonal.jl
@@ -372,7 +372,6 @@ function LinearAlgebra.eigvals(d::DiagonalTensorMap)
372
return SectorDict(c => LinearAlgebra.eigvals(b) for (c, b) in blocks(d))
373
end
374
375
-
376
function LinearAlgebra.cond(d::DiagonalTensorMap, p::Real=2)
377
return LinearAlgebra.cond(Diagonal(d.data), p)
378
0 commit comments