Skip to content

Commit 29bf369

Browse files
Remove initial cache definition
1 parent 3e43016 commit 29bf369

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/spectrum.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ function _spectrum(
125125
_tr = SparseVector(D^2, [1 + n * (D + 1) for n in 0:(D-1)], ones(_CType(L), D)) # same as vec(system_identity_matrix)
126126
_tr_A = transpose(_tr) * spre(A).data
127127

128-
cache = nothing
129128
Id = I(D^2)
130129

131130
# DO the idx = 1 case

0 commit comments

Comments
 (0)