Hello!
I think that the symbol ⊗ is quite a common notation for denoting tensor products and the Kronecker product of matrices in linear algebra. I always use ⊗ = kron in my code and it works without any problems (in its infix form A⊗B). Are there any reasons why this could not be included by default in the LinearAlgebra.jl?