numpy.kron()

numpy.kron

numpy.kron(a, b) [source]

Kronecker product of two arrays.

Computes the Kronecker product, a composite array made of blocks of the second array scaled by the first.

Parameters: a, b : array_like
Returns: out : ndarray