Time complexity of Kronecker product $I_n \otimes Q$ where $Q$ is Toeplitz

53 Views Asked by At

Given a symmetric Toeplitz matrix $Q$ of size $m$, what is the time complexity of the Kronecker product $I_n \otimes Q$, where $I_n$ is identity matrix of size $n$? Is is $\mathcal{O}(m)$?