I am trying to simplify the following block matrix expression based on the Kronecker product: \begin{bmatrix} A \otimes B_{11} & \cdots & A \otimes B_{1m} \\ \vdots\;\;\; & \ddots & \vdots\;\;\; \\[3pt] A \otimes B_{m1} & \cdots & A \otimes B_{mm} \end{bmatrix}
I appreciate any help.
It seems the block matrix you wrote is $B \otimes A$, isn't it?