kron
kron(x, y)
Calculates the kronecker product of 2 matrices or vectors.
Try it yourself:
$1 | kron([[1, 0], [0, 1]], [[1, 2], [3, 4]])
| |
$2 | kron([1,1], [2,3,4])
|
Calculates the kronecker product of 2 matrices or vectors.
Try it yourself:
$1 | kron([[1, 0], [0, 1]], [[1, 2], [3, 4]])
| |
$2 | kron([1,1], [2,3,4])
|