Skip to content

Commit 5aedfa1

Browse files
abelsiqueiradpo
authored andcommitted
Remove check on older version
1 parent eebdb3e commit 5aedfa1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/kron.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
import Base.kron
22

3-
@static if VERSION < v"0.5.0-"
4-
issymetric(A) = issym(A)
5-
end
6-
73
# (A ⊗ B)×vec(X) = vec(BXAᵀ)
84
"""`kron(A, B)`
95

0 commit comments

Comments
 (0)