You should use the kronecker
function or the ⊗
binary operator that they define and export. By using Kronecker
you are refering to the module itself and not the function it exports. Take a look at the docs.
4 Likes