I seek an extension of the solution found in this question, which refers to the "Nearest Kronecker Product".
Given $A\in \mathbb R^{m\times n} $ with $m = m_1m_2m_3$ and $n = n_1n_2n_3$, find $B\in \mathbb R^{m_1\times n_1}$ and $C\in \mathbb R^{m_2\times n_2}$ and $D\in \mathbb R^{m_3\times n_3}$ so that
$\phi(B,C,D)$ = min $|| A- B\otimes C \otimes D||_F$, where $F$ denotes Frobenius norm.
Less precisely, I seek a way to decompose $A$ into $B\otimes C \otimes D$. The solution need not be unique. For simplicity, it can be assumed $m_1=m_2=m_3$ and that $n_1=n_2=n_3$.
Further, although the above is general, I really only seek a solution where $n_1=n_2=n_3=1$