Calculates the Kronecker product of the input matrices A and B. The data types you wire to the A and B inputs determine the polymorphic instance to use.


icon

If A is an n-by-m matrix and B is a k-by-l matrix, the Kronecker product of A and B

results in a matrix C, with dimensions nk-by-ml. The VI calculates the Kronecker product using the following equation:

For example, if

      then