kron.RdKronecker tensor product of two matrices.
kron(a, b)The Kronecker product is a large matrix formed by all products between the
elements of a and those of b. The first left block is a11*b,
etc.
an (n*p x m*q-matrix, if a is (n x m and
b is (p x q).
kron() is an alias for the R function kronecker(), which can
also be executed with the binary operator `%x%'.