Scilab Function

kron - Kronecker product (.*.)

Calling Sequence

kron(x,y)
x.*.y

Description

Kronecker tensor product of two matrices x and y. Same as x.*.y . x and y can be sparse matrices.

Examples